aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/device-tree/files/zybo-linux-bd/pl.dtsi2
-rw-r--r--recipes-bsp/device-tree/files/zybo-linux-bd/zybo-linux-bd-zynq7.dts15
2 files changed, 9 insertions, 8 deletions
diff --git a/recipes-bsp/device-tree/files/zybo-linux-bd/pl.dtsi b/recipes-bsp/device-tree/files/zybo-linux-bd/pl.dtsi
index 0e358e5a..32bc7688 100644
--- a/recipes-bsp/device-tree/files/zybo-linux-bd/pl.dtsi
+++ b/recipes-bsp/device-tree/files/zybo-linux-bd/pl.dtsi
@@ -106,6 +106,8 @@
axi_vdma_0: dma@43000000 {
#dma-cells = <1>;
compatible = "xlnx,axi-vdma-1.00.a";
+ clocks = <&clkc 15>;
+ clock-names = "s_axi_lite_aclk";
interrupt-parent = <&intc>;
interrupts = <0 30 4>;
reg = <0x43000000 0x10000>;
diff --git a/recipes-bsp/device-tree/files/zybo-linux-bd/zybo-linux-bd-zynq7.dts b/recipes-bsp/device-tree/files/zybo-linux-bd/zybo-linux-bd-zynq7.dts
index b31666fc..79deba49 100644
--- a/recipes-bsp/device-tree/files/zybo-linux-bd/zybo-linux-bd-zynq7.dts
+++ b/recipes-bsp/device-tree/files/zybo-linux-bd/zybo-linux-bd-zynq7.dts
@@ -13,7 +13,8 @@
spi0 = &qspi;
};
chosen {
- bootargs = "console=ttyPS0,115200 earlyprintk";
+ bootargs = "";
+ stdout-path = "serial0:115200n8";
};
memory {
device_type = "memory";
@@ -68,7 +69,7 @@
xlnx,pixel-format = "xrgb8888";
plane0 {
dmas = <&axi_vdma_0 0>;
- dma-names = "dma";
+ dma-names = "dma0";
};
};
};
@@ -126,12 +127,10 @@
phy-handle = <&phy0>;
phy-mode = "rgmii-id";
local-mac-address = [];
- gem0_mdio: mdio {
- phy0: phy@1 {
- compatible = "realtek,RTL8211E";
- device_type = "ethernet-phy";
- reg = <1>;
- };
+ phy0: phy@1 {
+ compatible = "realtek,rtl8211e";
+ device_type = "ethernet-phy";
+ reg = <1>;
};
};