diff options
author | Afzal Mohammed <afzal@ti.com> | 2013-12-02 13:18:57 +0100 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2014-05-05 21:35:29 +0200 |
commit | 2eeddb8a5356e088021a8dd84de870de89bf793d (patch) | |
tree | a614324628626fa85a52d21c51466fb68366a70b /arch/arm/boot/dts/am4372.dtsi | |
parent | ARM: dts: DRA7: Use dra7-l3-noc instead of omap4-l3-noc (diff) | |
download | linux-2eeddb8a5356e088021a8dd84de870de89bf793d.tar.xz linux-2eeddb8a5356e088021a8dd84de870de89bf793d.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/am4372.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 6 |
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 @@ }; ocp { - compatible = "simple-bus"; + compatible = "ti,am4372-l3-noc", "simple-bus"; #address-cells = <1>; #size-cells = <1>; ranges; ti,hwmods = "l3_main"; + reg = <0x44000000 0x400000 + 0x44800000 0x400000>; + interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>, + <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>; prcm: prcm@44df0000 { compatible = "ti,am4-prcm"; |