diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc7448hpc2.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc7448hpc2.dts | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/mpc7448hpc2.dts b/arch/powerpc/boot/dts/mpc7448hpc2.dts index b9158eb2797e..8fb542387436 100644 --- a/arch/powerpc/boot/dts/mpc7448hpc2.dts +++ b/arch/powerpc/boot/dts/mpc7448hpc2.dts | |||
@@ -31,7 +31,6 @@ | |||
31 | timebase-frequency = <0>; // 33 MHz, from uboot | 31 | timebase-frequency = <0>; // 33 MHz, from uboot |
32 | clock-frequency = <0>; // From U-Boot | 32 | clock-frequency = <0>; // From U-Boot |
33 | bus-frequency = <0>; // From U-Boot | 33 | bus-frequency = <0>; // From U-Boot |
34 | 32-bit; | ||
35 | }; | 34 | }; |
36 | }; | 35 | }; |
37 | 36 | ||
@@ -44,7 +43,6 @@ | |||
44 | tsi108@c0000000 { | 43 | tsi108@c0000000 { |
45 | #address-cells = <1>; | 44 | #address-cells = <1>; |
46 | #size-cells = <1>; | 45 | #size-cells = <1>; |
47 | #interrupt-cells = <2>; | ||
48 | device_type = "tsi-bridge"; | 46 | device_type = "tsi-bridge"; |
49 | ranges = <00000000 c0000000 00010000>; | 47 | ranges = <00000000 c0000000 00010000>; |
50 | reg = <c0000000 00010000>; | 48 | reg = <c0000000 00010000>; |
@@ -80,6 +78,7 @@ | |||
80 | }; | 78 | }; |
81 | 79 | ||
82 | ethernet@6200 { | 80 | ethernet@6200 { |
81 | linux,network-index = <0>; | ||
83 | #size-cells = <0>; | 82 | #size-cells = <0>; |
84 | device_type = "network"; | 83 | device_type = "network"; |
85 | compatible = "tsi108-ethernet"; | 84 | compatible = "tsi108-ethernet"; |
@@ -92,6 +91,7 @@ | |||
92 | }; | 91 | }; |
93 | 92 | ||
94 | ethernet@6600 { | 93 | ethernet@6600 { |
94 | linux,network-index = <1>; | ||
95 | #address-cells = <1>; | 95 | #address-cells = <1>; |
96 | #size-cells = <0>; | 96 | #size-cells = <0>; |
97 | device_type = "network"; | 97 | device_type = "network"; |
@@ -128,7 +128,6 @@ | |||
128 | #address-cells = <0>; | 128 | #address-cells = <0>; |
129 | #interrupt-cells = <2>; | 129 | #interrupt-cells = <2>; |
130 | reg = <7400 400>; | 130 | reg = <7400 400>; |
131 | built-in; | ||
132 | compatible = "chrp,open-pic"; | 131 | compatible = "chrp,open-pic"; |
133 | device_type = "open-pic"; | 132 | device_type = "open-pic"; |
134 | big-endian; | 133 | big-endian; |
@@ -180,12 +179,14 @@ | |||
180 | device_type = "pic-router"; | 179 | device_type = "pic-router"; |
181 | #address-cells = <0>; | 180 | #address-cells = <0>; |
182 | #interrupt-cells = <2>; | 181 | #interrupt-cells = <2>; |
183 | built-in; | ||
184 | big-endian; | 182 | big-endian; |
185 | interrupts = <17 2>; | 183 | interrupts = <17 2>; |
186 | interrupt-parent = <&mpic>; | 184 | interrupt-parent = <&mpic>; |
187 | }; | 185 | }; |
188 | }; | 186 | }; |
189 | }; | 187 | }; |
188 | chosen { | ||
189 | linux,stdout-path = "/tsi108@c0000000/serial@7808"; | ||
190 | }; | ||
190 | 191 | ||
191 | }; | 192 | }; |