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/sequoia.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/sequoia.dts')
-rw-r--r-- | arch/powerpc/boot/dts/sequoia.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/sequoia.dts b/arch/powerpc/boot/dts/sequoia.dts index b8184e653bb6..d9046c1adcbe 100644 --- a/arch/powerpc/boot/dts/sequoia.dts +++ b/arch/powerpc/boot/dts/sequoia.dts | |||
@@ -19,6 +19,15 @@ | |||
19 | compatible = "amcc,sequoia"; | 19 | compatible = "amcc,sequoia"; |
20 | dcr-parent = <&/cpus/cpu@0>; | 20 | dcr-parent = <&/cpus/cpu@0>; |
21 | 21 | ||
22 | aliases { | ||
23 | ethernet0 = &EMAC0; | ||
24 | ethernet1 = &EMAC1; | ||
25 | serial0 = &UART0; | ||
26 | serial1 = &UART1; | ||
27 | serial2 = &UART2; | ||
28 | serial3 = &UART3; | ||
29 | }; | ||
30 | |||
22 | cpus { | 31 | cpus { |
23 | #address-cells = <1>; | 32 | #address-cells = <1>; |
24 | #size-cells = <0>; | 33 | #size-cells = <0>; |