diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-04-12 16:29:07 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-04-15 15:00:17 +0000 |
commit | b18ea4dc7746f1270bbe3a0817f9a034eec031a8 (patch) | |
tree | d7043bd99e911ad6bfd84eebabe5a85d27f09fe7 /arch/arm/boot/dts/armada-370-xp.dtsi | |
parent | 1b2529d018b7f8e3faa0011a49116d4df9e44777 (diff) | |
download | lwn-b18ea4dc7746f1270bbe3a0817f9a034eec031a8.tar.gz lwn-b18ea4dc7746f1270bbe3a0817f9a034eec031a8.zip |
ARM: dts: mvebu: move all peripherals inside soc
reorganize the .dts and .dtsi files so that all devices are under the
soc { } node (currently some devices such as the interrupt controller,
the L2 cache and a few others are outside).
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/armada-370-xp.dtsi')
-rw-r--r-- | arch/arm/boot/dts/armada-370-xp.dtsi | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi b/arch/arm/boot/dts/armada-370-xp.dtsi index 9693f796bcfe..972448c4880c 100644 --- a/arch/arm/boot/dts/armada-370-xp.dtsi +++ b/arch/arm/boot/dts/armada-370-xp.dtsi @@ -28,19 +28,6 @@ }; }; - mpic: interrupt-controller@d0020000 { - compatible = "marvell,mpic"; - #interrupt-cells = <1>; - #size-cells = <1>; - interrupt-controller; - }; - - coherency-fabric@d0020200 { - compatible = "marvell,coherency-fabric"; - reg = <0xd0020200 0xb0>, - <0xd0021810 0x1c>; - }; - soc { #address-cells = <1>; #size-cells = <1>; @@ -48,6 +35,19 @@ interrupt-parent = <&mpic>; ranges; + mpic: interrupt-controller@d0020000 { + compatible = "marvell,mpic"; + #interrupt-cells = <1>; + #size-cells = <1>; + interrupt-controller; + }; + + coherency-fabric@d0020200 { + compatible = "marvell,coherency-fabric"; + reg = <0xd0020200 0xb0>, + <0xd0021810 0x1c>; + }; + serial@d0012000 { compatible = "snps,dw-apb-uart"; reg = <0xd0012000 0x100>; |