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