aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/armada-370-xp.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/armada-370-xp.dtsi')
-rw-r--r--arch/arm/boot/dts/armada-370-xp.dtsi17
1 files changed, 15 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi b/arch/arm/boot/dts/armada-370-xp.dtsi
index 52a1f5efc086..90b117624abb 100644
--- a/arch/arm/boot/dts/armada-370-xp.dtsi
+++ b/arch/arm/boot/dts/armada-370-xp.dtsi
@@ -22,9 +22,18 @@
22 model = "Marvell Armada 370 and XP SoC"; 22 model = "Marvell Armada 370 and XP SoC";
23 compatible = "marvell,armada-370-xp"; 23 compatible = "marvell,armada-370-xp";
24 24
25 aliases {
26 eth0 = &eth0;
27 eth1 = &eth1;
28 };
29
25 cpus { 30 cpus {
31 #address-cells = <1>;
32 #size-cells = <0>;
26 cpu@0 { 33 cpu@0 {
27 compatible = "marvell,sheeva-v7"; 34 compatible = "marvell,sheeva-v7";
35 device_type = "cpu";
36 reg = <0>;
28 }; 37 };
29 }; 38 };
30 39
@@ -94,7 +103,7 @@
94 reg = <0x72004 0x4>; 103 reg = <0x72004 0x4>;
95 }; 104 };
96 105
97 ethernet@70000 { 106 eth0: ethernet@70000 {
98 compatible = "marvell,armada-370-neta"; 107 compatible = "marvell,armada-370-neta";
99 reg = <0x70000 0x4000>; 108 reg = <0x70000 0x4000>;
100 interrupts = <8>; 109 interrupts = <8>;
@@ -102,7 +111,7 @@
102 status = "disabled"; 111 status = "disabled";
103 }; 112 };
104 113
105 ethernet@74000 { 114 eth1: ethernet@74000 {
106 compatible = "marvell,armada-370-neta"; 115 compatible = "marvell,armada-370-neta";
107 reg = <0x74000 0x4000>; 116 reg = <0x74000 0x4000>;
108 interrupts = <10>; 117 interrupts = <10>;
@@ -143,6 +152,10 @@
143 reg = <0xd4000 0x200>; 152 reg = <0xd4000 0x200>;
144 interrupts = <54>; 153 interrupts = <54>;
145 clocks = <&gateclk 17>; 154 clocks = <&gateclk 17>;
155 bus-width = <4>;
156 cap-sdio-irq;
157 cap-sd-highspeed;
158 cap-mmc-highspeed;
146 status = "disabled"; 159 status = "disabled";
147 }; 160 };
148 161