aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAfzal Mohammed <afzal@ti.com>2013-12-02 07:18:57 -0500
committerNishanth Menon <nm@ti.com>2014-05-05 15:35:29 -0400
commit2eeddb8a5356e088021a8dd84de870de89bf793d (patch)
treea614324628626fa85a52d21c51466fb68366a70b
parentfba387a6162cf5cefba3610eb6f4f67cdbb4d2ca (diff)
ARM: dts: AM4372: add l3-noc information
AM4372 has two clk domains 100f and 200s. Provide register mapping, interrupt information and compatibility flags associated with it. Signed-off-by: Dave Gerlach <d-gerlach@ti.com> Signed-off-by: Afzal Mohammed <afzal@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com>
-rw-r--r--arch/arm/boot/dts/am4372.dtsi6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi
index c6bd4d986c29..032ba8777e85 100644
--- a/arch/arm/boot/dts/am4372.dtsi
+++ b/arch/arm/boot/dts/am4372.dtsi
@@ -61,11 +61,15 @@
61 }; 61 };
62 62
63 ocp { 63 ocp {
64 compatible = "simple-bus"; 64 compatible = "ti,am4372-l3-noc", "simple-bus";
65 #address-cells = <1>; 65 #address-cells = <1>;
66 #size-cells = <1>; 66 #size-cells = <1>;
67 ranges; 67 ranges;
68 ti,hwmods = "l3_main"; 68 ti,hwmods = "l3_main";
69 reg = <0x44000000 0x400000
70 0x44800000 0x400000>;
71 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
72 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
69 73
70 prcm: prcm@44df0000 { 74 prcm: prcm@44df0000 {
71 compatible = "ti,am4-prcm"; 75 compatible = "ti,am4-prcm";