aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/platform/generic/system.dts
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2009-08-21 13:47:09 +0200
committerMichal Simek <monstr@monstr.eu>2009-12-14 08:45:01 +0100
commitf99ec58b6aec8c85e8b3e7224cc8b602723ba294 (patch)
treedec1dec2a473ace10d63ac7738b6b7ed0c708c0e /arch/microblaze/platform/generic/system.dts
parentmicroblaze: Enable asm optimization only for HW with barrel-shifter (diff)
downloadlinux-dev-f99ec58b6aec8c85e8b3e7224cc8b602723ba294.tar.xz
linux-dev-f99ec58b6aec8c85e8b3e7224cc8b602723ba294.zip
microblaze: Update default generic DTS
It is generated with longer compatible list Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to '')
-rw-r--r--arch/microblaze/platform/generic/system.dts10
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 @@
device_type = "memory";
reg = < 0x90000000 0x10000000 >;
} ;
+ aliases {
+ ethernet0 = &Hard_Ethernet_MAC;
+ serial0 = &RS232_Uart_1;
+ } ;
chosen {
bootargs = "console=ttyUL0,115200 highres=on";
linux,stdout-path = "/plb@0/serial@84000000";
@@ -128,7 +132,7 @@
mb_plb: plb@0 {
#address-cells = <1>;
#size-cells = <1>;
- compatible = "xlnx,plb-v46-1.03.a", "simple-bus";
+ compatible = "xlnx,plb-v46-1.03.a", "xlnx,plb-v46-1.00.a", "simple-bus";
ranges ;
FLASH: flash@a0000000 {
bank-width = <2>;
@@ -215,12 +219,12 @@
#size-cells = <1>;
compatible = "xlnx,compound";
ethernet@81c00000 {
- compatible = "xlnx,xps-ll-temac-1.01.b";
+ compatible = "xlnx,xps-ll-temac-1.01.b", "xlnx,xps-ll-temac-1.00.a";
device_type = "network";
interrupt-parent = <&xps_intc_0>;
interrupts = < 5 2 >;
llink-connected = <&PIM3>;
- local-mac-address = [ 02 00 00 00 00 00 ];
+ local-mac-address = [ 00 0a 35 00 00 00 ];
reg = < 0x81c00000 0x40 >;
xlnx,bus2core-clk-ratio = <0x1>;
xlnx,phy-type = <0x1>;