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/mpc8610_hpcd.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/mpc8610_hpcd.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8610_hpcd.dts | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/arch/powerpc/boot/dts/mpc8610_hpcd.dts b/arch/powerpc/boot/dts/mpc8610_hpcd.dts index e9c444ed922f..01040a752c82 100644 --- a/arch/powerpc/boot/dts/mpc8610_hpcd.dts +++ b/arch/powerpc/boot/dts/mpc8610_hpcd.dts | |||
@@ -15,6 +15,13 @@ | |||
15 | #address-cells = <1>; | 15 | #address-cells = <1>; |
16 | #size-cells = <1>; | 16 | #size-cells = <1>; |
17 | 17 | ||
18 | aliases { | ||
19 | serial0 = &serial0; | ||
20 | serial1 = &serial1; | ||
21 | pci0 = &pci0; | ||
22 | pci1 = &pci1; | ||
23 | }; | ||
24 | |||
18 | cpus { | 25 | cpus { |
19 | #address-cells = <1>; | 26 | #address-cells = <1>; |
20 | #size-cells = <0>; | 27 | #size-cells = <0>; |
@@ -68,7 +75,8 @@ | |||
68 | dfsrr; | 75 | dfsrr; |
69 | }; | 76 | }; |
70 | 77 | ||
71 | serial@4500 { | 78 | serial0: serial@4500 { |
79 | cell-index = <0>; | ||
72 | device_type = "serial"; | 80 | device_type = "serial"; |
73 | compatible = "ns16550"; | 81 | compatible = "ns16550"; |
74 | reg = <4500 100>; | 82 | reg = <4500 100>; |
@@ -77,7 +85,8 @@ | |||
77 | interrupt-parent = <&mpic>; | 85 | interrupt-parent = <&mpic>; |
78 | }; | 86 | }; |
79 | 87 | ||
80 | serial@4600 { | 88 | serial1: serial@4600 { |
89 | cell-index = <1>; | ||
81 | device_type = "serial"; | 90 | device_type = "serial"; |
82 | compatible = "ns16550"; | 91 | compatible = "ns16550"; |
83 | reg = <4600 100>; | 92 | reg = <4600 100>; |
@@ -86,7 +95,6 @@ | |||
86 | interrupt-parent = <&mpic>; | 95 | interrupt-parent = <&mpic>; |
87 | }; | 96 | }; |
88 | 97 | ||
89 | |||
90 | mpic: interrupt-controller@40000 { | 98 | mpic: interrupt-controller@40000 { |
91 | clock-frequency = <0>; | 99 | clock-frequency = <0>; |
92 | interrupt-controller; | 100 | interrupt-controller; |
@@ -105,7 +113,8 @@ | |||
105 | }; | 113 | }; |
106 | }; | 114 | }; |
107 | 115 | ||
108 | pci@e0008000 { | 116 | pci0: pci@e0008000 { |
117 | cell-index = <0>; | ||
109 | compatible = "fsl,mpc8610-pci"; | 118 | compatible = "fsl,mpc8610-pci"; |
110 | device_type = "pci"; | 119 | device_type = "pci"; |
111 | #interrupt-cells = <1>; | 120 | #interrupt-cells = <1>; |
@@ -134,7 +143,8 @@ | |||
134 | >; | 143 | >; |
135 | }; | 144 | }; |
136 | 145 | ||
137 | pcie@e000a000 { | 146 | pci1: pcie@e000a000 { |
147 | cell-index = <1>; | ||
138 | compatible = "fsl,mpc8641-pcie"; | 148 | compatible = "fsl,mpc8641-pcie"; |
139 | device_type = "pci"; | 149 | device_type = "pci"; |
140 | #interrupt-cells = <1>; | 150 | #interrupt-cells = <1>; |