summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2016-03-31 18:32:13 +1000
committerNathan Rossi <nathan@nathanrossi.com>2016-03-31 18:34:56 +1000
commitff86e231ca1fa4f4dc0e8806b38965afb6a34faa (patch)
treed1ea61331c9639a52cef83bb0bc51b8eb44e1b55
parent2081558f0be9cd20c64224eb1f329c7b89893e50 (diff)
downloadmeta-xilinx-ff86e231ca1fa4f4dc0e8806b38965afb6a34faa.tar.gz
device-tree/kc705-trd-microblazeel: Update for u-boot support
Update the KC705 TRD device tree to be compatible for u-boot 2016.01. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--recipes-bsp/device-tree/files/kc705/kc705-trd-microblazeel.dts5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/device-tree/files/kc705/kc705-trd-microblazeel.dts b/recipes-bsp/device-tree/files/kc705/kc705-trd-microblazeel.dts
index c087433d..7faf61dc 100644
--- a/recipes-bsp/device-tree/files/kc705/kc705-trd-microblazeel.dts
+++ b/recipes-bsp/device-tree/files/kc705/kc705-trd-microblazeel.dts
@@ -13,8 +13,8 @@
13 serial0 = &rs232_uart_1; 13 serial0 = &rs232_uart_1;
14 } ; 14 } ;
15 chosen { 15 chosen {
16 bootargs = "console=ttyS0,115200 root=/dev/ram rw udev.children-max=1"; 16 bootargs = "";
17 linux,stdout-path = "/axi@2/serial@40400000"; 17 stdout-path = "serial0:115200";
18 } ; 18 } ;
19 cpus { 19 cpus {
20 #address-cells = <1>; 20 #address-cells = <1>;
@@ -480,6 +480,7 @@
480 interrupt-parent = <&interrupt_cntlr>; 480 interrupt-parent = <&interrupt_cntlr>;
481 interrupts = < 2 2 >; 481 interrupts = < 2 2 >;
482 local-mac-address = [ 00 0a 35 00 d9 4e ]; 482 local-mac-address = [ 00 0a 35 00 d9 4e ];
483 phy-mode = "gmii";
483 phy-handle = <&phy0>; 484 phy-handle = <&phy0>;
484 reg = < 0x50100000 0x40000 >; 485 reg = < 0x50100000 0x40000 >;
485 xlnx,avb = <0x0>; 486 xlnx,avb = <0x0>;