diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-12-05 12:32:50 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-12-11 14:57:18 -0500 |
commit | 1c1d1672b6b00c7061ea2468d740b4aaf34a763c (patch) | |
tree | 31cd6b1834e6a934cdd4574a1ef7826bb3c1cb21 /arch/powerpc | |
parent | 7264ec4454e3a18d06a8949ecbe9e1b55e4f4685 (diff) |
[POWERPC] 86xx: Add aliases node to 8641hpcn DTS file.
The addition of the aliases node is needed for U-Boot
and, eventually, cuImage, to help locate the proper
nodes reliably when using the libfdt approach.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8641_hpcn.dts | 28 |
1 files changed, 20 insertions, 8 deletions
diff --git a/arch/powerpc/boot/dts/mpc8641_hpcn.dts b/arch/powerpc/boot/dts/mpc8641_hpcn.dts index abb26dc42558..b039f2136c9b 100644 --- a/arch/powerpc/boot/dts/mpc8641_hpcn.dts +++ b/arch/powerpc/boot/dts/mpc8641_hpcn.dts | |||
@@ -16,6 +16,17 @@ | |||
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 | ethernet2 = &enet2; | ||
23 | ethernet3 = &enet3; | ||
24 | serial0 = &serial0; | ||
25 | serial1 = &serial1; | ||
26 | pci0 = &pci0; | ||
27 | pci1 = &pci1; | ||
28 | }; | ||
29 | |||
19 | cpus { | 30 | cpus { |
20 | #address-cells = <1>; | 31 | #address-cells = <1>; |
21 | #size-cells = <0>; | 32 | #size-cells = <0>; |
@@ -107,7 +118,7 @@ | |||
107 | }; | 118 | }; |
108 | }; | 119 | }; |
109 | 120 | ||
110 | ethernet@24000 { | 121 | enet0: ethernet@24000 { |
111 | #address-cells = <1>; | 122 | #address-cells = <1>; |
112 | #size-cells = <0>; | 123 | #size-cells = <0>; |
113 | device_type = "network"; | 124 | device_type = "network"; |
@@ -127,7 +138,7 @@ | |||
127 | phy-connection-type = "rgmii-id"; | 138 | phy-connection-type = "rgmii-id"; |
128 | }; | 139 | }; |
129 | 140 | ||
130 | ethernet@25000 { | 141 | enet1: ethernet@25000 { |
131 | #address-cells = <1>; | 142 | #address-cells = <1>; |
132 | #size-cells = <0>; | 143 | #size-cells = <0>; |
133 | device_type = "network"; | 144 | device_type = "network"; |
@@ -147,7 +158,7 @@ | |||
147 | phy-connection-type = "rgmii-id"; | 158 | phy-connection-type = "rgmii-id"; |
148 | }; | 159 | }; |
149 | 160 | ||
150 | ethernet@26000 { | 161 | enet2: ethernet@26000 { |
151 | #address-cells = <1>; | 162 | #address-cells = <1>; |
152 | #size-cells = <0>; | 163 | #size-cells = <0>; |
153 | device_type = "network"; | 164 | device_type = "network"; |
@@ -167,7 +178,7 @@ | |||
167 | phy-connection-type = "rgmii-id"; | 178 | phy-connection-type = "rgmii-id"; |
168 | }; | 179 | }; |
169 | 180 | ||
170 | ethernet@27000 { | 181 | enet3: ethernet@27000 { |
171 | #address-cells = <1>; | 182 | #address-cells = <1>; |
172 | #size-cells = <0>; | 183 | #size-cells = <0>; |
173 | device_type = "network"; | 184 | device_type = "network"; |
@@ -186,7 +197,8 @@ | |||
186 | phy-handle = <&phy3>; | 197 | phy-handle = <&phy3>; |
187 | phy-connection-type = "rgmii-id"; | 198 | phy-connection-type = "rgmii-id"; |
188 | }; | 199 | }; |
189 | serial@4500 { | 200 | |
201 | serial0: serial@4500 { | ||
190 | device_type = "serial"; | 202 | device_type = "serial"; |
191 | compatible = "ns16550"; | 203 | compatible = "ns16550"; |
192 | reg = <4500 100>; | 204 | reg = <4500 100>; |
@@ -195,7 +207,7 @@ | |||
195 | interrupt-parent = <&mpic>; | 207 | interrupt-parent = <&mpic>; |
196 | }; | 208 | }; |
197 | 209 | ||
198 | serial@4600 { | 210 | serial1: serial@4600 { |
199 | device_type = "serial"; | 211 | device_type = "serial"; |
200 | compatible = "ns16550"; | 212 | compatible = "ns16550"; |
201 | reg = <4600 100>; | 213 | reg = <4600 100>; |
@@ -222,7 +234,7 @@ | |||
222 | }; | 234 | }; |
223 | }; | 235 | }; |
224 | 236 | ||
225 | pcie@f8008000 { | 237 | pci0: pcie@f8008000 { |
226 | compatible = "fsl,mpc8641-pcie"; | 238 | compatible = "fsl,mpc8641-pcie"; |
227 | device_type = "pci"; | 239 | device_type = "pci"; |
228 | #interrupt-cells = <1>; | 240 | #interrupt-cells = <1>; |
@@ -430,7 +442,7 @@ | |||
430 | 442 | ||
431 | }; | 443 | }; |
432 | 444 | ||
433 | pcie@f8009000 { | 445 | pci1: pcie@f8009000 { |
434 | compatible = "fsl,mpc8641-pcie"; | 446 | compatible = "fsl,mpc8641-pcie"; |
435 | device_type = "pci"; | 447 | device_type = "pci"; |
436 | #interrupt-cells = <1>; | 448 | #interrupt-cells = <1>; |