From: "Andrii.Tseglytskyi" <andrii.tseglyts...@ti.com>

Add DT ABB data for OMAP36xx family of devices.
This data is based on OMAP36XX_ES1.x_NDA_TRM_vAB.pdf
document.

Cc: Mike Turquette <mturque...@linaro.org>
Cc: Tero Kristo <t-kri...@ti.com>
Cc: Nishanth Menon <n...@ti.com>
Cc: "BenoƮt Cousson" <b-cous...@ti.com>
Cc: devicetree-disc...@lists.ozlabs.org
Cc: linux-omap@vger.kernel.org

Signed-off-by: Andrii.Tseglytskyi <andrii.tseglyts...@ti.com>
---
 arch/arm/boot/dts/omap36xx.dtsi |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/arch/arm/boot/dts/omap36xx.dtsi b/arch/arm/boot/dts/omap36xx.dtsi
index 96bf028..72d5135 100644
--- a/arch/arm/boot/dts/omap36xx.dtsi
+++ b/arch/arm/boot/dts/omap36xx.dtsi
@@ -15,6 +15,22 @@
                serial3 = &uart4;
        };
 
+       abb@0x483072f0 {
+               compatible = "ti,omap36xx-abb";
+               #address-cells = <1>;
+               #size-cells = <1>;
+               reg = <0x483072f0 0x8>,
+                     <0x48306818 0x4>; /* PRM_IRQSTATUS_MPU */
+               operating-points = <
+                       /* kHz   ABB */
+                       300000  0
+                       600000  0
+                       800000  0
+                       1000000 1
+               >;
+               ti,tranxdone_status_mask = <0x4000000>; /* (1 << 26) */
+       };
+
        ocp {
                uart4: serial@49042000 {
                        compatible = "ti,omap3-uart";
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to