diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-12-12 02:46:12 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-12-12 02:51:03 -0500 |
commit | ea082fa94eab6c2d8ad81c8a46b680cf4c2a3bb3 (patch) | |
tree | eb2972880d4407d7e5bf5a1b58a2e0e54ddbcd32 /arch/powerpc/boot/dts/mpc8540ads.dts | |
parent | e77b28eb199a8d637a00128b86baf515d4eba5fd (diff) |
[POWERPC] FSL: Added aliases node to device trees
Added aliases nodes for kurobox, 83xx, 85xx, and 86xx platforms.
This included added labels and cell-index properties for serial and
pci nodes.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8540ads.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8540ads.dts | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/arch/powerpc/boot/dts/mpc8540ads.dts b/arch/powerpc/boot/dts/mpc8540ads.dts index 7961d911a008..975248491b7b 100644 --- a/arch/powerpc/boot/dts/mpc8540ads.dts +++ b/arch/powerpc/boot/dts/mpc8540ads.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 | ethernet2 = &enet2; | ||
23 | serial0 = &serial0; | ||
24 | serial1 = &serial1; | ||
25 | pci0 = &pci0; | ||
26 | }; | ||
27 | |||
19 | cpus { | 28 | cpus { |
20 | #address-cells = <1>; | 29 | #address-cells = <1>; |
21 | #size-cells = <0>; | 30 | #size-cells = <0>; |
@@ -135,7 +144,8 @@ | |||
135 | phy-handle = <&phy3>; | 144 | phy-handle = <&phy3>; |
136 | }; | 145 | }; |
137 | 146 | ||
138 | serial@4500 { | 147 | serial0: serial@4500 { |
148 | cell-index = <0>; | ||
139 | device_type = "serial"; | 149 | device_type = "serial"; |
140 | compatible = "ns16550"; | 150 | compatible = "ns16550"; |
141 | reg = <4500 100>; // reg base, size | 151 | reg = <4500 100>; // reg base, size |
@@ -144,7 +154,8 @@ | |||
144 | interrupt-parent = <&mpic>; | 154 | interrupt-parent = <&mpic>; |
145 | }; | 155 | }; |
146 | 156 | ||
147 | serial@4600 { | 157 | serial1: serial@4600 { |
158 | cell-index = <1>; | ||
148 | device_type = "serial"; | 159 | device_type = "serial"; |
149 | compatible = "ns16550"; | 160 | compatible = "ns16550"; |
150 | reg = <4600 100>; // reg base, size | 161 | reg = <4600 100>; // reg base, size |
@@ -164,7 +175,8 @@ | |||
164 | }; | 175 | }; |
165 | }; | 176 | }; |
166 | 177 | ||
167 | pci@e0008000 { | 178 | pci0: pci@e0008000 { |
179 | cell-index = <0>; | ||
168 | interrupt-map-mask = <f800 0 0 7>; | 180 | interrupt-map-mask = <f800 0 0 7>; |
169 | interrupt-map = < | 181 | interrupt-map = < |
170 | 182 | ||