Commit f99ec58b authored by Michal Simek's avatar Michal Simek

microblaze: Update default generic DTS

It is generated with longer compatible list
Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 27d2a3ee
...@@ -38,6 +38,10 @@ DDR2_SDRAM: memory@90000000 { ...@@ -38,6 +38,10 @@ DDR2_SDRAM: memory@90000000 {
device_type = "memory"; device_type = "memory";
reg = < 0x90000000 0x10000000 >; reg = < 0x90000000 0x10000000 >;
} ; } ;
aliases {
ethernet0 = &Hard_Ethernet_MAC;
serial0 = &RS232_Uart_1;
} ;
chosen { chosen {
bootargs = "console=ttyUL0,115200 highres=on"; bootargs = "console=ttyUL0,115200 highres=on";
linux,stdout-path = "/plb@0/serial@84000000"; linux,stdout-path = "/plb@0/serial@84000000";
...@@ -128,7 +132,7 @@ microblaze_0: cpu@0 { ...@@ -128,7 +132,7 @@ microblaze_0: cpu@0 {
mb_plb: plb@0 { mb_plb: plb@0 {
#address-cells = <1>; #address-cells = <1>;
#size-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 ; ranges ;
FLASH: flash@a0000000 { FLASH: flash@a0000000 {
bank-width = <2>; bank-width = <2>;
...@@ -215,12 +219,12 @@ Hard_Ethernet_MAC: xps-ll-temac@81c00000 { ...@@ -215,12 +219,12 @@ Hard_Ethernet_MAC: xps-ll-temac@81c00000 {
#size-cells = <1>; #size-cells = <1>;
compatible = "xlnx,compound"; compatible = "xlnx,compound";
ethernet@81c00000 { 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"; device_type = "network";
interrupt-parent = <&xps_intc_0>; interrupt-parent = <&xps_intc_0>;
interrupts = < 5 2 >; interrupts = < 5 2 >;
llink-connected = <&PIM3>; llink-connected = <&PIM3>;
local-mac-address = [ 02 00 00 00 00 00 ]; local-mac-address = [ 00 0a 35 00 00 00 ];
reg = < 0x81c00000 0x40 >; reg = < 0x81c00000 0x40 >;
xlnx,bus2core-clk-ratio = <0x1>; xlnx,bus2core-clk-ratio = <0x1>;
xlnx,phy-type = <0x1>; xlnx,phy-type = <0x1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment