@@ -81,6 +81,24 @@
};
};
+ abb@0x4a307bd0 {
+ compatible = "ti,omap4-abb";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ reg = <0x4a307bd0 0x8>,
+ <0x4a306014 0x4>; /* PRM_IRQSTATUS_MPU_A9_2 */
+ ti,tranxdone_status_mask = <0x80>; /* (1 << 7) */
+ };
+
+ abb@0x4a307bd8 {
+ compatible = "ti,omap4-abb";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ reg = <0x4a307bd8 0x8>,
+ <0x4a306010 0x4>; /* PRM_IRQSTATUS_MPU_A9 */
+ ti,tranxdone_status_mask = <0x80000000>; /* (1 << 31) */
+ };
+
/*
* XXX: Use a flat representation of the OMAP4 interconnect.
* The real OMAP interconnect network is quite complex.
@@ -24,4 +24,24 @@
clock-latency = <300000>; /* From legacy driver */
};
};
+
+ abb@0x4a307bd0 {
+ operating-points = <
+ /* kHz ABB */
+ 300000 0
+ 600000 0
+ 800000 0
+ 1008000 1
+ >;
+ };
+
+ abb@0x4a307bd8 {
+ operating-points = <
+ /* kHz ABB */
+ 133000 0
+ 266100 0
+ 332000 0
+ >;
+ };
+
};
new file mode 100644
@@ -0,0 +1,36 @@
+/*
+ * Device Tree Source for OMAP446x SoC
+ *
+ * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
+ *
+ * This file is licensed under the terms of the GNU General Public License
+ * version 2. This program is licensed "as is" without any warranty of any
+ * kind, whether express or implied.
+ */
+
+/include/ "omap4.dtsi"
+
+/ {
+ abb@0x4a307bd0 {
+ operating-points = <
+ /* kHz ABB */
+ 350000 0
+ 700000 0
+ 920000 0
+ 1200000 1
+ 1500000 1
+ >;
+ };
+
+ abb@0x4a307bd8 {
+ operating-points = <
+ /* kHz ABB */
+ 133000 0
+ 266100 0
+ 332000 0
+ 430000 1
+ 500000 1
+ >;
+ };
+
+};