aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8555cds.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8555cds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8555cds.dts41
1 files changed, 27 insertions, 14 deletions
diff --git a/arch/powerpc/boot/dts/mpc8555cds.dts b/arch/powerpc/boot/dts/mpc8555cds.dts
index 57029cca32b2..4538f3c38862 100644
--- a/arch/powerpc/boot/dts/mpc8555cds.dts
+++ b/arch/powerpc/boot/dts/mpc8555cds.dts
@@ -16,6 +16,15 @@
16 #address-cells = <1>; 16 #address-cells = <1>;
17 #size-cells = <1>; 17 #size-cells = <1>;
18 18
19 aliases {
20 ethernet0 = &enet0;
21 ethernet1 = &enet1;
22 serial0 = &serial0;
23 serial1 = &serial1;
24 pci0 = &pci0;
25 pci1 = &pci1;
26 };
27
19 cpus { 28 cpus {
20 #address-cells = <1>; 29 #address-cells = <1>;
21 #size-cells = <0>; 30 #size-cells = <0>;
@@ -63,7 +72,9 @@
63 }; 72 };
64 73
65 i2c@3000 { 74 i2c@3000 {
66 device_type = "i2c"; 75 #address-cells = <1>;
76 #size-cells = <0>;
77 cell-index = <0>;
67 compatible = "fsl-i2c"; 78 compatible = "fsl-i2c";
68 reg = <3000 100>; 79 reg = <3000 100>;
69 interrupts = <2b 2>; 80 interrupts = <2b 2>;
@@ -74,9 +85,9 @@
74 mdio@24520 { 85 mdio@24520 {
75 #address-cells = <1>; 86 #address-cells = <1>;
76 #size-cells = <0>; 87 #size-cells = <0>;
77 device_type = "mdio"; 88 compatible = "fsl,gianfar-mdio";
78 compatible = "gianfar";
79 reg = <24520 20>; 89 reg = <24520 20>;
90
80 phy0: ethernet-phy@0 { 91 phy0: ethernet-phy@0 {
81 interrupt-parent = <&mpic>; 92 interrupt-parent = <&mpic>;
82 interrupts = <5 1>; 93 interrupts = <5 1>;
@@ -91,9 +102,8 @@
91 }; 102 };
92 }; 103 };
93 104
94 ethernet@24000 { 105 enet0: ethernet@24000 {
95 #address-cells = <1>; 106 cell-index = <0>;
96 #size-cells = <0>;
97 device_type = "network"; 107 device_type = "network";
98 model = "TSEC"; 108 model = "TSEC";
99 compatible = "gianfar"; 109 compatible = "gianfar";
@@ -104,9 +114,8 @@
104 phy-handle = <&phy0>; 114 phy-handle = <&phy0>;
105 }; 115 };
106 116
107 ethernet@25000 { 117 enet1: ethernet@25000 {
108 #address-cells = <1>; 118 cell-index = <1>;
109 #size-cells = <0>;
110 device_type = "network"; 119 device_type = "network";
111 model = "TSEC"; 120 model = "TSEC";
112 compatible = "gianfar"; 121 compatible = "gianfar";
@@ -117,7 +126,8 @@
117 phy-handle = <&phy1>; 126 phy-handle = <&phy1>;
118 }; 127 };
119 128
120 serial@4500 { 129 serial0: serial@4500 {
130 cell-index = <0>;
121 device_type = "serial"; 131 device_type = "serial";
122 compatible = "ns16550"; 132 compatible = "ns16550";
123 reg = <4500 100>; // reg base, size 133 reg = <4500 100>; // reg base, size
@@ -126,7 +136,8 @@
126 interrupt-parent = <&mpic>; 136 interrupt-parent = <&mpic>;
127 }; 137 };
128 138
129 serial@4600 { 139 serial1: serial@4600 {
140 cell-index = <1>;
130 device_type = "serial"; 141 device_type = "serial";
131 compatible = "ns16550"; 142 compatible = "ns16550";
132 reg = <4600 100>; // reg base, size 143 reg = <4600 100>; // reg base, size
@@ -183,7 +194,8 @@
183 }; 194 };
184 }; 195 };
185 196
186 pci1: pci@e0008000 { 197 pci0: pci@e0008000 {
198 cell-index = <0>;
187 interrupt-map-mask = <1f800 0 0 7>; 199 interrupt-map-mask = <1f800 0 0 7>;
188 interrupt-map = < 200 interrupt-map = <
189 201
@@ -250,11 +262,12 @@
250 #interrupt-cells = <2>; 262 #interrupt-cells = <2>;
251 compatible = "chrp,iic"; 263 compatible = "chrp,iic";
252 interrupts = <1>; 264 interrupts = <1>;
253 interrupt-parent = <&pci1>; 265 interrupt-parent = <&pci0>;
254 }; 266 };
255 }; 267 };
256 268
257 pci@e0009000 { 269 pci1: pci@e0009000 {
270 cell-index = <1>;
258 interrupt-map-mask = <f800 0 0 7>; 271 interrupt-map-mask = <f800 0 0 7>;
259 interrupt-map = < 272 interrupt-map = <
260 273