arm: mvebu: add address decoding controller to the DT
authorThomas Petazzoni <[email protected]>
Tue, 11 Sep 2012 12:27:30 +0000 (14:27 +0200)
committerJason Cooper <[email protected]>
Fri, 21 Sep 2012 18:05:29 +0000 (18:05 +0000)
Signed-off-by: Thomas Petazzoni <[email protected]>
Acked-by: Gregory CLEMENT <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Tested-by: Andrew Lunn <[email protected]>
Signed-off-by: Jason Cooper <[email protected]>
arch/arm/boot/dts/armada-370-xp.dtsi

index 6b6b932a5a7dc291c4414ef1fc01404bfff06724..16cc82cdaa817aef1cb2e235c93b8412ddfb7af8 100644 (file)
                               reg = <0xd0020300 0x30>;
                               interrupts = <37>, <38>, <39>, <40>;
                };
+
+               addr-decoding@d0020000 {
+                       compatible = "marvell,armada-addr-decoding-controller";
+                       reg = <0xd0020000 0x258>;
+               };
        };
 };