diff options
author | Stefan Roese <sr@denx.de> | 2007-12-15 02:55:16 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-23 14:36:30 -0500 |
commit | 8aaed98c1e28a2c803309fcb2d32761bba4bee09 (patch) | |
tree | b4a7a8b8e5343092603400c8a72d981182ba97b2 /arch/powerpc/boot/dts/katmai.dts | |
parent | 0b2e97518da185b87144992e1f0bdacd904dcbb9 (diff) |
[POWERPC] 4xx: Add aliases node to 4xx dts files
Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot/dts/katmai.dts')
-rw-r--r-- | arch/powerpc/boot/dts/katmai.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/katmai.dts b/arch/powerpc/boot/dts/katmai.dts index d3135c58d0e4..9bdfc0ff3c24 100644 --- a/arch/powerpc/boot/dts/katmai.dts +++ b/arch/powerpc/boot/dts/katmai.dts | |||
@@ -19,6 +19,13 @@ | |||
19 | compatible = "amcc,katmai"; | 19 | compatible = "amcc,katmai"; |
20 | dcr-parent = <&/cpus/cpu@0>; | 20 | dcr-parent = <&/cpus/cpu@0>; |
21 | 21 | ||
22 | aliases { | ||
23 | ethernet0 = &EMAC0; | ||
24 | serial0 = &UART0; | ||
25 | serial1 = &UART1; | ||
26 | serial2 = &UART2; | ||
27 | }; | ||
28 | |||
22 | cpus { | 29 | cpus { |
23 | #address-cells = <1>; | 30 | #address-cells = <1>; |
24 | #size-cells = <0>; | 31 | #size-cells = <0>; |