Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

+297 -71
+11 -3
arch/powerpc/boot/dts/kuroboxHD.dts
··· 23 23 #address-cells = <1>; 24 24 #size-cells = <1>; 25 25 26 + aliases { 27 + serial0 = &serial0; 28 + serial1 = &serial1; 29 + pci0 = &pci0; 30 + }; 31 + 26 32 cpus { 27 33 #address-cells = <1>; 28 34 #size-cells = <0>; ··· 79 73 }; 80 74 }; 81 75 82 - serial@80004500 { 76 + serial0: serial@80004500 { 77 + cell-index = <0>; 83 78 device_type = "serial"; 84 79 compatible = "ns16550"; 85 80 reg = <80004500 8>; ··· 90 83 interrupt-parent = <&mpic>; 91 84 }; 92 85 93 - serial@80004600 { 86 + serial1: serial@80004600 { 87 + cell-index = <1>; 94 88 device_type = "serial"; 95 89 compatible = "ns16550"; 96 90 reg = <80004600 8>; ··· 110 102 reg = <80040000 40000>; 111 103 }; 112 104 113 - pci@fec00000 { 105 + pci0: pci@fec00000 { 114 106 #address-cells = <3>; 115 107 #size-cells = <2>; 116 108 #interrupt-cells = <1>;
+11 -3
arch/powerpc/boot/dts/kuroboxHG.dts
··· 23 23 #address-cells = <1>; 24 24 #size-cells = <1>; 25 25 26 + aliases { 27 + serial0 = &serial0; 28 + serial1 = &serial1; 29 + pci0 = &pci0; 30 + }; 31 + 26 32 cpus { 27 33 #address-cells = <1>; 28 34 #size-cells = <0>; ··· 79 73 }; 80 74 }; 81 75 82 - serial@80004500 { 76 + serial0: serial@80004500 { 77 + cell-index = <0>; 83 78 device_type = "serial"; 84 79 compatible = "ns16550"; 85 80 reg = <80004500 8>; ··· 90 83 interrupt-parent = <&mpic>; 91 84 }; 92 85 93 - serial@80004600 { 86 + serial1: serial@80004600 { 87 + cell-index = <1>; 94 88 device_type = "serial"; 95 89 compatible = "ns16550"; 96 90 reg = <80004600 8>; ··· 110 102 reg = <80040000 40000>; 111 103 }; 112 104 113 - pci@fec00000 { 105 + pci0: pci@fec00000 { 114 106 #address-cells = <3>; 115 107 #size-cells = <2>; 116 108 #interrupt-cells = <1>;
+14 -3
arch/powerpc/boot/dts/mpc8313erdb.dts
··· 15 15 #address-cells = <1>; 16 16 #size-cells = <1>; 17 17 18 + aliases { 19 + ethernet0 = &enet0; 20 + ethernet1 = &enet1; 21 + serial0 = &serial0; 22 + serial1 = &serial1; 23 + pci0 = &pci0; 24 + }; 25 + 18 26 cpus { 19 27 #address-cells = <1>; 20 28 #size-cells = <0>; ··· 145 137 phy-handle = < &phy4 >; 146 138 }; 147 139 148 - serial@4500 { 140 + serial0: serial@4500 { 141 + cell-index = <0>; 149 142 device_type = "serial"; 150 143 compatible = "ns16550"; 151 144 reg = <4500 100>; ··· 155 146 interrupt-parent = < &ipic >; 156 147 }; 157 148 158 - serial@4600 { 149 + serial1: serial@4600 { 150 + cell-index = <1>; 159 151 device_type = "serial"; 160 152 compatible = "ns16550"; 161 153 reg = <4600 100>; ··· 194 184 }; 195 185 }; 196 186 197 - pci@e0008500 { 187 + pci0: pci@e0008500 { 188 + cell-index = <1>; 198 189 interrupt-map-mask = <f800 0 0 7>; 199 190 interrupt-map = < 200 191
+14 -3
arch/powerpc/boot/dts/mpc832x_mds.dts
··· 15 15 #address-cells = <1>; 16 16 #size-cells = <1>; 17 17 18 + aliases { 19 + ethernet0 = &enet0; 20 + ethernet1 = &enet1; 21 + serial0 = &serial0; 22 + serial1 = &serial1; 23 + pci0 = &pci0; 24 + }; 25 + 18 26 cpus { 19 27 #address-cells = <1>; 20 28 #size-cells = <0>; ··· 80 72 }; 81 73 }; 82 74 83 - serial@4500 { 75 + serial0: serial@4500 { 76 + cell-index = <0>; 84 77 device_type = "serial"; 85 78 compatible = "ns16550"; 86 79 reg = <4500 100>; ··· 90 81 interrupt-parent = < &ipic >; 91 82 }; 92 83 93 - serial@4600 { 84 + serial1: serial@4600 { 85 + cell-index = <1>; 94 86 device_type = "serial"; 95 87 compatible = "ns16550"; 96 88 reg = <4600 100>; ··· 283 273 }; 284 274 }; 285 275 286 - pci@e0008500 { 276 + pci0: pci@e0008500 { 277 + cell-index = <1>; 287 278 interrupt-map-mask = <f800 0 0 7>; 288 279 interrupt-map = < 289 280 /* IDSEL 0x11 AD17 */
+14 -3
arch/powerpc/boot/dts/mpc832x_rdb.dts
··· 15 15 #address-cells = <1>; 16 16 #size-cells = <1>; 17 17 18 + aliases { 19 + ethernet0 = &enet0; 20 + ethernet1 = &enet1; 21 + serial0 = &serial0; 22 + serial1 = &serial1; 23 + pci0 = &pci0; 24 + }; 25 + 18 26 cpus { 19 27 #address-cells = <1>; 20 28 #size-cells = <0>; ··· 70 62 dfsrr; 71 63 }; 72 64 73 - serial@4500 { 65 + serial0: serial@4500 { 66 + cell-index = <0>; 74 67 device_type = "serial"; 75 68 compatible = "ns16550"; 76 69 reg = <4500 100>; ··· 80 71 interrupt-parent = <&pic>; 81 72 }; 82 73 83 - serial@4600 { 74 + serial1: serial@4600 { 75 + cell-index = <1>; 84 76 device_type = "serial"; 85 77 compatible = "ns16550"; 86 78 reg = <4600 100>; ··· 264 254 }; 265 255 }; 266 256 267 - pci@e0008500 { 257 + pci0: pci@e0008500 { 258 + cell-index = <1>; 268 259 interrupt-map-mask = <f800 0 0 7>; 269 260 interrupt-map = < 270 261 /* IDSEL 0x10 AD16 (USB) */
+17 -4
arch/powerpc/boot/dts/mpc8349emitx.dts
··· 14 14 #address-cells = <1>; 15 15 #size-cells = <1>; 16 16 17 + aliases { 18 + ethernet0 = &enet0; 19 + ethernet1 = &enet1; 20 + serial0 = &serial0; 21 + serial1 = &serial1; 22 + pci0 = &pci0; 23 + pci1 = &pci1; 24 + }; 25 + 17 26 cpus { 18 27 #address-cells = <1>; 19 28 #size-cells = <0>; ··· 163 154 linux,network-index = <1>; 164 155 }; 165 156 166 - serial@4500 { 157 + serial0: serial@4500 { 158 + cell-index = <0>; 167 159 device_type = "serial"; 168 160 compatible = "ns16550"; 169 161 reg = <4500 100>; ··· 173 163 interrupt-parent = < &ipic >; 174 164 }; 175 165 176 - serial@4600 { 166 + serial1: serial@4600 { 167 + cell-index = <1>; 177 168 device_type = "serial"; 178 169 compatible = "ns16550"; 179 170 reg = <4600 100>; ··· 205 194 }; 206 195 }; 207 196 208 - pci@e0008500 { 197 + pci0: pci@e0008500 { 198 + cell-index = <1>; 209 199 interrupt-map-mask = <f800 0 0 7>; 210 200 interrupt-map = < 211 201 /* IDSEL 0x10 - SATA */ ··· 227 215 device_type = "pci"; 228 216 }; 229 217 230 - pci@e0008600 { 218 + pci1: pci@e0008600 { 219 + cell-index = <2>; 231 220 interrupt-map-mask = <f800 0 0 7>; 232 221 interrupt-map = < 233 222 /* IDSEL 0x0E - MiniPCI Slot */
+13 -3
arch/powerpc/boot/dts/mpc8349emitxgp.dts
··· 14 14 #address-cells = <1>; 15 15 #size-cells = <1>; 16 16 17 + aliases { 18 + ethernet0 = &enet0; 19 + serial0 = &serial0; 20 + serial1 = &serial1; 21 + pci0 = &pci0; 22 + }; 23 + 17 24 cpus { 18 25 #address-cells = <1>; 19 26 #size-cells = <0>; ··· 128 121 linux,network-index = <0>; 129 122 }; 130 123 131 - serial@4500 { 124 + serial0: serial@4500 { 125 + cell-index = <0>; 132 126 device_type = "serial"; 133 127 compatible = "ns16550"; 134 128 reg = <4500 100>; ··· 138 130 interrupt-parent = < &ipic >; 139 131 }; 140 132 141 - serial@4600 { 133 + serial1: serial@4600 { 134 + cell-index = <1>; 142 135 device_type = "serial"; 143 136 compatible = "ns16550"; 144 137 reg = <4600 100>; ··· 170 161 }; 171 162 }; 172 163 173 - pci@e0008600 { 164 + pci0: pci@e0008600 { 165 + cell-index = <2>; 174 166 interrupt-map-mask = <f800 0 0 7>; 175 167 interrupt-map = < 176 168 /* IDSEL 0x0F - PCI Slot */
+17 -4
arch/powerpc/boot/dts/mpc834x_mds.dts
··· 15 15 #address-cells = <1>; 16 16 #size-cells = <1>; 17 17 18 + aliases { 19 + ethernet0 = &enet0; 20 + ethernet1 = &enet1; 21 + serial0 = &serial0; 22 + serial1 = &serial1; 23 + pci0 = &pci0; 24 + pci1 = &pci1; 25 + }; 26 + 18 27 cpus { 19 28 #address-cells = <1>; 20 29 #size-cells = <0>; ··· 173 164 linux,network-index = <1>; 174 165 }; 175 166 176 - serial@4500 { 167 + serial0: serial@4500 { 168 + cell-index = <0>; 177 169 device_type = "serial"; 178 170 compatible = "ns16550"; 179 171 reg = <4500 100>; ··· 183 173 interrupt-parent = < &ipic >; 184 174 }; 185 175 186 - serial@4600 { 176 + serial1: serial@4600 { 177 + cell-index = <1>; 187 178 device_type = "serial"; 188 179 compatible = "ns16550"; 189 180 reg = <4600 100>; ··· 224 213 }; 225 214 }; 226 215 227 - pci@e0008500 { 216 + pci0: pci@e0008500 { 217 + cell-index = <1>; 228 218 interrupt-map-mask = <f800 0 0 7>; 229 219 interrupt-map = < 230 220 ··· 285 273 device_type = "pci"; 286 274 }; 287 275 288 - pci@e0008600 { 276 + pci1: pci@e0008600 { 277 + cell-index = <2>; 289 278 interrupt-map-mask = <f800 0 0 7>; 290 279 interrupt-map = < 291 280
+14 -3
arch/powerpc/boot/dts/mpc836x_mds.dts
··· 20 20 #address-cells = <1>; 21 21 #size-cells = <1>; 22 22 23 + aliases { 24 + ethernet0 = &enet0; 25 + ethernet1 = &enet1; 26 + serial0 = &serial0; 27 + serial1 = &serial1; 28 + pci0 = &pci0; 29 + }; 30 + 23 31 cpus { 24 32 #address-cells = <1>; 25 33 #size-cells = <0>; ··· 96 88 dfsrr; 97 89 }; 98 90 99 - serial@4500 { 91 + serial0: serial@4500 { 92 + cell-index = <0>; 100 93 device_type = "serial"; 101 94 compatible = "ns16550"; 102 95 reg = <4500 100>; ··· 106 97 interrupt-parent = < &ipic >; 107 98 }; 108 99 109 - serial@4600 { 100 + serial1: serial@4600 { 101 + cell-index = <1>; 110 102 device_type = "serial"; 111 103 compatible = "ns16550"; 112 104 reg = <4600 100>; ··· 316 306 }; 317 307 }; 318 308 319 - pci@e0008500 { 309 + pci0: pci@e0008500 { 310 + cell-index = <1>; 320 311 interrupt-map-mask = <f800 0 0 7>; 321 312 interrupt-map = < 322 313
+15 -3
arch/powerpc/boot/dts/mpc8540ads.dts
··· 16 16 #address-cells = <1>; 17 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 28 cpus { 20 29 #address-cells = <1>; 21 30 #size-cells = <0>; ··· 144 135 phy-handle = <&phy3>; 145 136 }; 146 137 147 - serial@4500 { 138 + serial0: serial@4500 { 139 + cell-index = <0>; 148 140 device_type = "serial"; 149 141 compatible = "ns16550"; 150 142 reg = <4500 100>; // reg base, size ··· 154 144 interrupt-parent = <&mpic>; 155 145 }; 156 146 157 - serial@4600 { 147 + serial1: serial@4600 { 148 + cell-index = <1>; 158 149 device_type = "serial"; 159 150 compatible = "ns16550"; 160 151 reg = <4600 100>; // reg base, size ··· 175 164 }; 176 165 }; 177 166 178 - pci@e0008000 { 167 + pci0: pci@e0008000 { 168 + cell-index = <0>; 179 169 interrupt-map-mask = <f800 0 0 7>; 180 170 interrupt-map = < 181 171
+18 -5
arch/powerpc/boot/dts/mpc8541cds.dts
··· 16 16 #address-cells = <1>; 17 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 28 cpus { 20 29 #address-cells = <1>; 21 30 #size-cells = <0>; ··· 126 117 phy-handle = <&phy1>; 127 118 }; 128 119 129 - serial@4500 { 120 + serial0: serial@4500 { 121 + cell-index = <0>; 130 122 device_type = "serial"; 131 123 compatible = "ns16550"; 132 124 reg = <4500 100>; // reg base, size ··· 136 126 interrupt-parent = <&mpic>; 137 127 }; 138 128 139 - serial@4600 { 129 + serial1: serial@4600 { 130 + cell-index = <1>; 140 131 device_type = "serial"; 141 132 compatible = "ns16550"; 142 133 reg = <4600 100>; // reg base, size ··· 194 183 }; 195 184 }; 196 185 197 - pci1: pci@e0008000 { 186 + pci0: pci@e0008000 { 187 + cell-index = <0>; 198 188 interrupt-map-mask = <1f800 0 0 7>; 199 189 interrupt-map = < 200 190 ··· 262 250 #interrupt-cells = <2>; 263 251 compatible = "chrp,iic"; 264 252 interrupts = <1>; 265 - interrupt-parent = <&pci1>; 253 + interrupt-parent = <&pci0>; 266 254 }; 267 255 }; 268 256 269 - pci@e0009000 { 257 + pci1: pci@e0009000 { 258 + cell-index = <1>; 270 259 interrupt-map-mask = <f800 0 0 7>; 271 260 interrupt-map = < 272 261
+23 -7
arch/powerpc/boot/dts/mpc8544ds.dts
··· 15 15 #address-cells = <1>; 16 16 #size-cells = <1>; 17 17 18 + aliases { 19 + ethernet0 = &enet0; 20 + ethernet1 = &enet1; 21 + serial0 = &serial0; 22 + serial1 = &serial1; 23 + pci0 = &pci0; 24 + pci1 = &pci1; 25 + pci2 = &pci2; 26 + pci3 = &pci3; 27 + }; 28 + 18 29 cpus { 19 30 #cpus = <1>; 20 31 #address-cells = <1>; ··· 142 131 phy-connection-type = "rgmii-id"; 143 132 }; 144 133 145 - serial@4500 { 134 + serial0: serial@4500 { 135 + cell-index = <0>; 146 136 device_type = "serial"; 147 137 compatible = "ns16550"; 148 138 reg = <4500 100>; ··· 152 140 interrupt-parent = <&mpic>; 153 141 }; 154 142 155 - serial@4600 { 143 + serial1: serial@4600 { 144 + cell-index = <1>; 156 145 device_type = "serial"; 157 146 compatible = "ns16550"; 158 147 reg = <4600 100>; ··· 180 167 }; 181 168 }; 182 169 183 - pci@e0008000 { 170 + pci0: pci@e0008000 { 171 + cell-index = <0>; 184 172 compatible = "fsl,mpc8540-pci"; 185 173 device_type = "pci"; 186 174 interrupt-map-mask = <f800 0 0 7>; ··· 212 198 reg = <e0008000 1000>; 213 199 }; 214 200 215 - pcie@e0009000 { 201 + pci1: pcie@e0009000 { 202 + cell-index = <1>; 216 203 compatible = "fsl,mpc8548-pcie"; 217 204 device_type = "pci"; 218 205 #interrupt-cells = <1>; ··· 249 234 }; 250 235 }; 251 236 252 - pcie@e000a000 { 237 + pci2: pcie@e000a000 { 238 + cell-index = <2>; 253 239 compatible = "fsl,mpc8548-pcie"; 254 240 device_type = "pci"; 255 241 #interrupt-cells = <1>; ··· 286 270 }; 287 271 }; 288 272 289 - pcie@e000b000 { 273 + pci3: pcie@e000b000 { 274 + cell-index = <3>; 290 275 compatible = "fsl,mpc8548-pcie"; 291 276 device_type = "pci"; 292 277 #interrupt-cells = <1>; ··· 397 380 }; 398 381 }; 399 382 }; 400 - 401 383 }; 402 384 };
+24 -5
arch/powerpc/boot/dts/mpc8548cds.dts
··· 16 16 #address-cells = <1>; 17 17 #size-cells = <1>; 18 18 19 + aliases { 20 + ethernet0 = &enet0; 21 + ethernet1 = &enet1; 22 + /* 23 + ethernet2 = &enet2; 24 + ethernet3 = &enet3; 25 + */ 26 + serial0 = &serial0; 27 + serial1 = &serial1; 28 + pci0 = &pci0; 29 + pci1 = &pci1; 30 + pci2 = &pci2; 31 + }; 32 + 19 33 cpus { 20 34 #address-cells = <1>; 21 35 #size-cells = <0>; ··· 180 166 }; 181 167 */ 182 168 183 - serial@4500 { 169 + serial0: serial@4500 { 170 + cell-index = <0>; 184 171 device_type = "serial"; 185 172 compatible = "ns16550"; 186 173 reg = <4500 100>; // reg base, size ··· 190 175 interrupt-parent = <&mpic>; 191 176 }; 192 177 193 - serial@4600 { 178 + serial1: serial@4600 { 179 + cell-index = <1>; 194 180 device_type = "serial"; 195 181 compatible = "ns16550"; 196 182 reg = <4600 100>; // reg base, size ··· 218 202 }; 219 203 }; 220 204 221 - pci@e0008000 { 205 + pci0: pci@e0008000 { 206 + cell-index = <0>; 222 207 interrupt-map-mask = <f800 0 0 7>; 223 208 interrupt-map = < 224 209 /* IDSEL 0x4 (PCIX Slot 2) */ ··· 368 351 }; 369 352 }; 370 353 371 - pci@e0009000 { 354 + pci1: pci@e0009000 { 355 + cell-index = <1>; 372 356 interrupt-map-mask = <f800 0 0 7>; 373 357 interrupt-map = < 374 358 ··· 393 375 device_type = "pci"; 394 376 }; 395 377 396 - pcie@e000a000 { 378 + pci2: pcie@e000a000 { 379 + cell-index = <2>; 397 380 interrupt-map-mask = <f800 0 0 7>; 398 381 interrupt-map = < 399 382
+18 -5
arch/powerpc/boot/dts/mpc8555cds.dts
··· 16 16 #address-cells = <1>; 17 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 28 cpus { 20 29 #address-cells = <1>; 21 30 #size-cells = <0>; ··· 126 117 phy-handle = <&phy1>; 127 118 }; 128 119 129 - serial@4500 { 120 + serial0: serial@4500 { 121 + cell-index = <0>; 130 122 device_type = "serial"; 131 123 compatible = "ns16550"; 132 124 reg = <4500 100>; // reg base, size ··· 136 126 interrupt-parent = <&mpic>; 137 127 }; 138 128 139 - serial@4600 { 129 + serial1: serial@4600 { 130 + cell-index = <1>; 140 131 device_type = "serial"; 141 132 compatible = "ns16550"; 142 133 reg = <4600 100>; // reg base, size ··· 194 183 }; 195 184 }; 196 185 197 - pci1: pci@e0008000 { 186 + pci0: pci@e0008000 { 187 + cell-index = <0>; 198 188 interrupt-map-mask = <1f800 0 0 7>; 199 189 interrupt-map = < 200 190 ··· 262 250 #interrupt-cells = <2>; 263 251 compatible = "chrp,iic"; 264 252 interrupts = <1>; 265 - interrupt-parent = <&pci1>; 253 + interrupt-parent = <&pci0>; 266 254 }; 267 255 }; 268 256 269 - pci@e0009000 { 257 + pci1: pci@e0009000 { 258 + cell-index = <1>; 270 259 interrupt-map-mask = <f800 0 0 7>; 271 260 interrupt-map = < 272 261
+14 -3
arch/powerpc/boot/dts/mpc8560ads.dts
··· 16 16 #address-cells = <1>; 17 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 + }; 28 + 19 29 cpus { 20 30 #address-cells = <1>; 21 31 #size-cells = <0>; ··· 172 162 compatible = "fsl,mpc8560-cpm-pic", "fsl,cpm2-pic"; 173 163 }; 174 164 175 - serial@91a00 { 165 + serial0: serial@91a00 { 176 166 device_type = "serial"; 177 167 compatible = "fsl,mpc8560-scc-uart", 178 168 "fsl,cpm2-scc-uart"; ··· 184 174 interrupt-parent = <&cpmpic>; 185 175 }; 186 176 187 - serial@91a20 { 177 + serial1: serial@91a20 { 188 178 device_type = "serial"; 189 179 compatible = "fsl,mpc8560-scc-uart", 190 180 "fsl,cpm2-scc-uart"; ··· 222 212 }; 223 213 }; 224 214 225 - pci@e0008000 { 215 + pci0: pci@e0008000 { 216 + cell-index = <0>; 226 217 #interrupt-cells = <1>; 227 218 #size-cells = <2>; 228 219 #address-cells = <3>;
+19 -4
arch/powerpc/boot/dts/mpc8568mds.dts
··· 20 20 #address-cells = <1>; 21 21 #size-cells = <1>; 22 22 23 + aliases { 24 + ethernet0 = &enet0; 25 + ethernet1 = &enet1; 26 + ethernet2 = &enet2; 27 + ethernet3 = &enet3; 28 + serial0 = &serial0; 29 + serial1 = &serial1; 30 + pci0 = &pci0; 31 + pci1 = &pci1; 32 + }; 33 + 23 34 cpus { 24 35 #address-cells = <1>; 25 36 #size-cells = <0>; ··· 165 154 phy-handle = <&phy3>; 166 155 }; 167 156 168 - serial@4500 { 157 + serial0: serial@4500 { 158 + cell-index = <0>; 169 159 device_type = "serial"; 170 160 compatible = "ns16550"; 171 161 reg = <4500 100>; ··· 181 169 fsl,has-rstcr; 182 170 }; 183 171 184 - serial@4600 { 172 + serial1: serial@4600 { 173 + cell-index = <1>; 185 174 device_type = "serial"; 186 175 compatible = "ns16550"; 187 176 reg = <4600 100>; ··· 398 385 399 386 }; 400 387 401 - pci@e0008000 { 388 + pci0: pci@e0008000 { 389 + cell-index = <0>; 402 390 interrupt-map-mask = <f800 0 0 7>; 403 391 interrupt-map = < 404 392 /* IDSEL 0x12 AD18 */ ··· 429 415 }; 430 416 431 417 /* PCI Express */ 432 - pcie@e000a000 { 418 + pci1: pcie@e000a000 { 419 + cell-index = <2>; 433 420 interrupt-map-mask = <f800 0 0 7>; 434 421 interrupt-map = < 435 422
+22 -5
arch/powerpc/boot/dts/mpc8572ds.dts
··· 15 15 #address-cells = <1>; 16 16 #size-cells = <1>; 17 17 18 + aliases { 19 + ethernet0 = &enet0; 20 + ethernet1 = &enet1; 21 + ethernet2 = &enet2; 22 + ethernet3 = &enet3; 23 + serial0 = &serial0; 24 + serial1 = &serial1; 25 + pci0 = &pci0; 26 + pci1 = &pci1; 27 + pci2 = &pci2; 28 + }; 29 + 18 30 cpus { 19 31 #address-cells = <1>; 20 32 #size-cells = <0>; ··· 182 170 phy-connection-type = "rgmii-id"; 183 171 }; 184 172 185 - serial@4500 { 173 + serial0: serial@4500 { 174 + cell-index = <0>; 186 175 device_type = "serial"; 187 176 compatible = "ns16550"; 188 177 reg = <4500 100>; ··· 192 179 interrupt-parent = <&mpic>; 193 180 }; 194 181 195 - serial@4600 { 182 + serial1: serial@4600 { 183 + cell-index = <1>; 196 184 device_type = "serial"; 197 185 compatible = "ns16550"; 198 186 reg = <4600 100>; ··· 220 206 }; 221 207 }; 222 208 223 - pcie@ffe08000 { 209 + pci0: pcie@ffe08000 { 210 + cell-index = <0>; 224 211 compatible = "fsl,mpc8548-pcie"; 225 212 device_type = "pci"; 226 213 #interrupt-cells = <1>; ··· 430 415 431 416 }; 432 417 433 - pcie@ffe09000 { 418 + pci1: pcie@ffe09000 { 419 + cell-index = <1>; 434 420 compatible = "fsl,mpc8548-pcie"; 435 421 device_type = "pci"; 436 422 #interrupt-cells = <1>; ··· 467 451 }; 468 452 }; 469 453 470 - pcie@ffe0a000 { 454 + pci2: pcie@ffe0a000 { 455 + cell-index = <2>; 471 456 compatible = "fsl,mpc8548-pcie"; 472 457 device_type = "pci"; 473 458 #interrupt-cells = <1>;
+15 -5
arch/powerpc/boot/dts/mpc8610_hpcd.dts
··· 15 15 #address-cells = <1>; 16 16 #size-cells = <1>; 17 17 18 + aliases { 19 + serial0 = &serial0; 20 + serial1 = &serial1; 21 + pci0 = &pci0; 22 + pci1 = &pci1; 23 + }; 24 + 18 25 cpus { 19 26 #address-cells = <1>; 20 27 #size-cells = <0>; ··· 75 68 dfsrr; 76 69 }; 77 70 78 - serial@4500 { 71 + serial0: serial@4500 { 72 + cell-index = <0>; 79 73 device_type = "serial"; 80 74 compatible = "ns16550"; 81 75 reg = <4500 100>; ··· 85 77 interrupt-parent = <&mpic>; 86 78 }; 87 79 88 - serial@4600 { 80 + serial1: serial@4600 { 81 + cell-index = <1>; 89 82 device_type = "serial"; 90 83 compatible = "ns16550"; 91 84 reg = <4600 100>; ··· 94 85 interrupts = <1c 2>; 95 86 interrupt-parent = <&mpic>; 96 87 }; 97 - 98 88 99 89 mpic: interrupt-controller@40000 { 100 90 clock-frequency = <0>; ··· 113 105 }; 114 106 }; 115 107 116 - pci@e0008000 { 108 + pci0: pci@e0008000 { 109 + cell-index = <0>; 117 110 compatible = "fsl,mpc8610-pci"; 118 111 device_type = "pci"; 119 112 #interrupt-cells = <1>; ··· 143 134 >; 144 135 }; 145 136 146 - pcie@e000a000 { 137 + pci1: pcie@e000a000 { 138 + cell-index = <1>; 147 139 compatible = "fsl,mpc8641-pcie"; 148 140 device_type = "pci"; 149 141 #interrupt-cells = <1>;
+4
arch/powerpc/boot/dts/mpc8641_hpcn.dts
··· 175 175 }; 176 176 177 177 serial0: serial@4500 { 178 + cell-index = <0>; 178 179 device_type = "serial"; 179 180 compatible = "ns16550"; 180 181 reg = <4500 100>; ··· 185 184 }; 186 185 187 186 serial1: serial@4600 { 187 + cell-index = <1>; 188 188 device_type = "serial"; 189 189 compatible = "ns16550"; 190 190 reg = <4600 100>; ··· 213 211 }; 214 212 215 213 pci0: pcie@f8008000 { 214 + cell-index = <0>; 216 215 compatible = "fsl,mpc8641-pcie"; 217 216 device_type = "pci"; 218 217 #interrupt-cells = <1>; ··· 422 419 }; 423 420 424 421 pci1: pcie@f8009000 { 422 + cell-index = <1>; 425 423 compatible = "fsl,mpc8641-pcie"; 426 424 device_type = "pci"; 427 425 #interrupt-cells = <1>;