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/mpc8349emitxgp.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/mpc8349emitxgp.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8349emitxgp.dts | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/arch/powerpc/boot/dts/mpc8349emitxgp.dts b/arch/powerpc/boot/dts/mpc8349emitxgp.dts index 30c68160d1b4..ebdf0b750086 100644 --- a/arch/powerpc/boot/dts/mpc8349emitxgp.dts +++ b/arch/powerpc/boot/dts/mpc8349emitxgp.dts | |||
@@ -14,6 +14,13 @@ | |||
14 | #address-cells = <1>; | 14 | #address-cells = <1>; |
15 | #size-cells = <1>; | 15 | #size-cells = <1>; |
16 | 16 | ||
17 | aliases { | ||
18 | ethernet0 = &enet0; | ||
19 | serial0 = &serial0; | ||
20 | serial1 = &serial1; | ||
21 | pci0 = &pci0; | ||
22 | }; | ||
23 | |||
17 | cpus { | 24 | cpus { |
18 | #address-cells = <1>; | 25 | #address-cells = <1>; |
19 | #size-cells = <0>; | 26 | #size-cells = <0>; |
@@ -121,7 +128,8 @@ | |||
121 | linux,network-index = <0>; | 128 | linux,network-index = <0>; |
122 | }; | 129 | }; |
123 | 130 | ||
124 | serial@4500 { | 131 | serial0: serial@4500 { |
132 | cell-index = <0>; | ||
125 | device_type = "serial"; | 133 | device_type = "serial"; |
126 | compatible = "ns16550"; | 134 | compatible = "ns16550"; |
127 | reg = <4500 100>; | 135 | reg = <4500 100>; |
@@ -130,7 +138,8 @@ | |||
130 | interrupt-parent = < &ipic >; | 138 | interrupt-parent = < &ipic >; |
131 | }; | 139 | }; |
132 | 140 | ||
133 | serial@4600 { | 141 | serial1: serial@4600 { |
142 | cell-index = <1>; | ||
134 | device_type = "serial"; | 143 | device_type = "serial"; |
135 | compatible = "ns16550"; | 144 | compatible = "ns16550"; |
136 | reg = <4600 100>; | 145 | reg = <4600 100>; |
@@ -161,7 +170,8 @@ | |||
161 | }; | 170 | }; |
162 | }; | 171 | }; |
163 | 172 | ||
164 | pci@e0008600 { | 173 | pci0: pci@e0008600 { |
174 | cell-index = <2>; | ||
165 | interrupt-map-mask = <f800 0 0 7>; | 175 | interrupt-map-mask = <f800 0 0 7>; |
166 | interrupt-map = < | 176 | interrupt-map = < |
167 | /* IDSEL 0x0F - PCI Slot */ | 177 | /* IDSEL 0x0F - PCI Slot */ |