diff options
| author | Scott Wood <scottwood@freescale.com> | 2009-04-03 16:58:46 -0400 |
|---|---|---|
| committer | Kumar Gala <galak@kernel.crashing.org> | 2009-04-06 10:09:46 -0400 |
| commit | 65cc0fa3bde00e81f83348ef162a83ab9fff2079 (patch) | |
| tree | d9b26f3e5ee58e168aabd2aac31929154f8662df /arch/powerpc | |
| parent | 4d8107f474029167ae69862bf6b2c7273be757c7 (diff) | |
powerpc/pq2fads: Update device tree for use with device-tree-aware u-boot.
Add aliases, and correct CS0 offset to match how u-boot
programs it (this was not a problem with cuImage because
the wrapper would reprogram the localbus to match the device
tree).
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
| -rw-r--r-- | arch/powerpc/boot/dts/pq2fads.dts | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/arch/powerpc/boot/dts/pq2fads.dts b/arch/powerpc/boot/dts/pq2fads.dts index b2d61091b36d..0bb669376743 100644 --- a/arch/powerpc/boot/dts/pq2fads.dts +++ b/arch/powerpc/boot/dts/pq2fads.dts | |||
| @@ -17,6 +17,14 @@ | |||
| 17 | #address-cells = <1>; | 17 | #address-cells = <1>; |
| 18 | #size-cells = <1>; | 18 | #size-cells = <1>; |
| 19 | 19 | ||
| 20 | aliases { | ||
| 21 | ethernet0 = &enet0; | ||
| 22 | ethernet1 = &enet1; | ||
| 23 | serial0 = &serial0; | ||
| 24 | serial1 = &serial1; | ||
| 25 | pci0 = &pci0; | ||
| 26 | }; | ||
| 27 | |||
| 20 | cpus { | 28 | cpus { |
| 21 | #address-cells = <1>; | 29 | #address-cells = <1>; |
| 22 | #size-cells = <0>; | 30 | #size-cells = <0>; |
| @@ -45,7 +53,7 @@ | |||
| 45 | #size-cells = <1>; | 53 | #size-cells = <1>; |
| 46 | reg = <0xf0010100 0x60>; | 54 | reg = <0xf0010100 0x60>; |
| 47 | 55 | ||
| 48 | ranges = <0x0 0x0 0xfe000000 0x800000 | 56 | ranges = <0x0 0x0 0xff800000 0x800000 |
| 49 | 0x1 0x0 0xf4500000 0x8000 | 57 | 0x1 0x0 0xf4500000 0x8000 |
| 50 | 0x8 0x0 0xf8200000 0x8000>; | 58 | 0x8 0x0 0xf8200000 0x8000>; |
| 51 | 59 | ||
| @@ -71,7 +79,7 @@ | |||
| 71 | }; | 79 | }; |
| 72 | }; | 80 | }; |
| 73 | 81 | ||
| 74 | pci@f0010800 { | 82 | pci0: pci@f0010800 { |
| 75 | device_type = "pci"; | 83 | device_type = "pci"; |
| 76 | reg = <0xf0010800 0x10c 0xf00101ac 0x8 0xf00101c4 0x8>; | 84 | reg = <0xf0010800 0x10c 0xf00101ac 0x8 0xf00101c4 0x8>; |
| 77 | compatible = "fsl,mpc8280-pci", "fsl,pq2-pci"; | 85 | compatible = "fsl,mpc8280-pci", "fsl,pq2-pci"; |
| @@ -142,7 +150,7 @@ | |||
| 142 | reg = <0x119f0 0x10 0x115f0 0x10>; | 150 | reg = <0x119f0 0x10 0x115f0 0x10>; |
| 143 | }; | 151 | }; |
| 144 | 152 | ||
| 145 | serial@11a00 { | 153 | serial0: serial@11a00 { |
| 146 | device_type = "serial"; | 154 | device_type = "serial"; |
| 147 | compatible = "fsl,mpc8280-scc-uart", | 155 | compatible = "fsl,mpc8280-scc-uart", |
| 148 | "fsl,cpm2-scc-uart"; | 156 | "fsl,cpm2-scc-uart"; |
| @@ -153,7 +161,7 @@ | |||
| 153 | fsl,cpm-command = <0x800000>; | 161 | fsl,cpm-command = <0x800000>; |
| 154 | }; | 162 | }; |
| 155 | 163 | ||
| 156 | serial@11a20 { | 164 | serial1: serial@11a20 { |
| 157 | device_type = "serial"; | 165 | device_type = "serial"; |
| 158 | compatible = "fsl,mpc8280-scc-uart", | 166 | compatible = "fsl,mpc8280-scc-uart", |
| 159 | "fsl,cpm2-scc-uart"; | 167 | "fsl,cpm2-scc-uart"; |
| @@ -164,7 +172,7 @@ | |||
| 164 | fsl,cpm-command = <0x4a00000>; | 172 | fsl,cpm-command = <0x4a00000>; |
| 165 | }; | 173 | }; |
| 166 | 174 | ||
| 167 | ethernet@11320 { | 175 | enet0: ethernet@11320 { |
| 168 | device_type = "network"; | 176 | device_type = "network"; |
| 169 | compatible = "fsl,mpc8280-fcc-enet", | 177 | compatible = "fsl,mpc8280-fcc-enet", |
| 170 | "fsl,cpm2-fcc-enet"; | 178 | "fsl,cpm2-fcc-enet"; |
| @@ -176,7 +184,7 @@ | |||
| 176 | fsl,cpm-command = <0x16200300>; | 184 | fsl,cpm-command = <0x16200300>; |
| 177 | }; | 185 | }; |
| 178 | 186 | ||
| 179 | ethernet@11340 { | 187 | enet1: ethernet@11340 { |
| 180 | device_type = "network"; | 188 | device_type = "network"; |
| 181 | compatible = "fsl,mpc8280-fcc-enet", | 189 | compatible = "fsl,mpc8280-fcc-enet", |
| 182 | "fsl,cpm2-fcc-enet"; | 190 | "fsl,cpm2-fcc-enet"; |
