diff options
author | Michal Simek <monstr@monstr.eu> | 2009-08-21 07:47:09 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-12-14 02:45:01 -0500 |
commit | f99ec58b6aec8c85e8b3e7224cc8b602723ba294 (patch) | |
tree | dec1dec2a473ace10d63ac7738b6b7ed0c708c0e /arch/microblaze | |
parent | 27d2a3ee5e9874e400b59d802405b58b65a8a723 (diff) |
microblaze: Update default generic DTS
It is generated with longer compatible list
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/platform/generic/system.dts | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/arch/microblaze/platform/generic/system.dts b/arch/microblaze/platform/generic/system.dts index e00da8971c36..2d5c41767cd0 100644 --- a/arch/microblaze/platform/generic/system.dts +++ b/arch/microblaze/platform/generic/system.dts | |||
@@ -38,6 +38,10 @@ | |||
38 | device_type = "memory"; | 38 | device_type = "memory"; |
39 | reg = < 0x90000000 0x10000000 >; | 39 | reg = < 0x90000000 0x10000000 >; |
40 | } ; | 40 | } ; |
41 | aliases { | ||
42 | ethernet0 = &Hard_Ethernet_MAC; | ||
43 | serial0 = &RS232_Uart_1; | ||
44 | } ; | ||
41 | chosen { | 45 | chosen { |
42 | bootargs = "console=ttyUL0,115200 highres=on"; | 46 | bootargs = "console=ttyUL0,115200 highres=on"; |
43 | linux,stdout-path = "/plb@0/serial@84000000"; | 47 | linux,stdout-path = "/plb@0/serial@84000000"; |
@@ -128,7 +132,7 @@ | |||
128 | mb_plb: plb@0 { | 132 | mb_plb: plb@0 { |
129 | #address-cells = <1>; | 133 | #address-cells = <1>; |
130 | #size-cells = <1>; | 134 | #size-cells = <1>; |
131 | compatible = "xlnx,plb-v46-1.03.a", "simple-bus"; | 135 | compatible = "xlnx,plb-v46-1.03.a", "xlnx,plb-v46-1.00.a", "simple-bus"; |
132 | ranges ; | 136 | ranges ; |
133 | FLASH: flash@a0000000 { | 137 | FLASH: flash@a0000000 { |
134 | bank-width = <2>; | 138 | bank-width = <2>; |
@@ -215,12 +219,12 @@ | |||
215 | #size-cells = <1>; | 219 | #size-cells = <1>; |
216 | compatible = "xlnx,compound"; | 220 | compatible = "xlnx,compound"; |
217 | ethernet@81c00000 { | 221 | ethernet@81c00000 { |
218 | compatible = "xlnx,xps-ll-temac-1.01.b"; | 222 | compatible = "xlnx,xps-ll-temac-1.01.b", "xlnx,xps-ll-temac-1.00.a"; |
219 | device_type = "network"; | 223 | device_type = "network"; |
220 | interrupt-parent = <&xps_intc_0>; | 224 | interrupt-parent = <&xps_intc_0>; |
221 | interrupts = < 5 2 >; | 225 | interrupts = < 5 2 >; |
222 | llink-connected = <&PIM3>; | 226 | llink-connected = <&PIM3>; |
223 | local-mac-address = [ 02 00 00 00 00 00 ]; | 227 | local-mac-address = [ 00 0a 35 00 00 00 ]; |
224 | reg = < 0x81c00000 0x40 >; | 228 | reg = < 0x81c00000 0x40 >; |
225 | xlnx,bus2core-clk-ratio = <0x1>; | 229 | xlnx,bus2core-clk-ratio = <0x1>; |
226 | xlnx,phy-type = <0x1>; | 230 | xlnx,phy-type = <0x1>; |