Commit b18ea4dc authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Jason Cooper

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 1b2529d0
...@@ -28,19 +28,6 @@ cpu@0 { ...@@ -28,19 +28,6 @@ cpu@0 {
}; };
}; };
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 { soc {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
...@@ -48,6 +35,19 @@ soc { ...@@ -48,6 +35,19 @@ soc {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
ranges; 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 { serial@d0012000 {
compatible = "snps,dw-apb-uart"; compatible = "snps,dw-apb-uart";
reg = <0xd0012000 0x100>; reg = <0xd0012000 0x100>;
......
...@@ -20,12 +20,6 @@ ...@@ -20,12 +20,6 @@
/ { / {
model = "Marvell Armada 370 family SoC"; model = "Marvell Armada 370 family SoC";
compatible = "marvell,armada370", "marvell,armada-370-xp"; compatible = "marvell,armada370", "marvell,armada-370-xp";
L2: l2-cache {
compatible = "marvell,aurora-outer-cache";
reg = <0xd0008000 0x1000>;
cache-id-part = <0x100>;
wt-override;
};
aliases { aliases {
gpio0 = &gpio0; gpio0 = &gpio0;
...@@ -33,17 +27,24 @@ aliases { ...@@ -33,17 +27,24 @@ aliases {
gpio2 = &gpio2; gpio2 = &gpio2;
}; };
mpic: interrupt-controller@d0020000 {
reg = <0xd0020a00 0x1d0>,
<0xd0021870 0x58>;
};
soc { soc {
mpic: interrupt-controller@d0020000 {
reg = <0xd0020a00 0x1d0>,
<0xd0021870 0x58>;
};
system-controller@d0018200 { system-controller@d0018200 {
compatible = "marvell,armada-370-xp-system-controller"; compatible = "marvell,armada-370-xp-system-controller";
reg = <0xd0018200 0x100>; reg = <0xd0018200 0x100>;
}; };
L2: l2-cache {
compatible = "marvell,aurora-outer-cache";
reg = <0xd0008000 0x1000>;
cache-id-part = <0x100>;
wt-override;
};
pinctrl { pinctrl {
compatible = "marvell,mv88f6710-pinctrl"; compatible = "marvell,mv88f6710-pinctrl";
reg = <0xd0018000 0x38>; reg = <0xd0018000 0x38>;
......
...@@ -22,25 +22,25 @@ / { ...@@ -22,25 +22,25 @@ / {
model = "Marvell Armada XP family SoC"; model = "Marvell Armada XP family SoC";
compatible = "marvell,armadaxp", "marvell,armada-370-xp"; compatible = "marvell,armadaxp", "marvell,armada-370-xp";
L2: l2-cache { soc {
compatible = "marvell,aurora-system-cache"; L2: l2-cache {
reg = <0xd0008000 0x1000>; compatible = "marvell,aurora-system-cache";
cache-id-part = <0x100>; reg = <0xd0008000 0x1000>;
wt-override; cache-id-part = <0x100>;
}; wt-override;
};
mpic: interrupt-controller@d0020000 { mpic: interrupt-controller@d0020000 {
reg = <0xd0020a00 0x2d0>, reg = <0xd0020a00 0x2d0>,
<0xd0021070 0x58>; <0xd0021070 0x58>;
}; };
armada-370-xp-pmsu@d0022000 { armada-370-xp-pmsu@d0022000 {
compatible = "marvell,armada-370-xp-pmsu"; compatible = "marvell,armada-370-xp-pmsu";
reg = <0xd0022100 0x430>, reg = <0xd0022100 0x430>,
<0xd0020800 0x20>; <0xd0020800 0x20>;
}; };
soc {
serial@d0012200 { serial@d0012200 {
compatible = "snps,dw-apb-uart"; compatible = "snps,dw-apb-uart";
reg = <0xd0012200 0x100>; reg = <0xd0012200 0x100>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment