Commit 7b6714b3 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Michal Simek
parent 1cabd118
...@@ -227,3 +227,7 @@ &watchdog0 { ...@@ -227,3 +227,7 @@ &watchdog0 {
&lpd_watchdog { &lpd_watchdog {
clocks = <&zynqmp_clk LPD_WDT>; clocks = <&zynqmp_clk LPD_WDT>;
}; };
&zynqmp_dpdma {
clocks = <&zynqmp_clk DPDMA_REF>;
};
...@@ -847,5 +847,15 @@ lpd_watchdog: watchdog@ff150000 { ...@@ -847,5 +847,15 @@ lpd_watchdog: watchdog@ff150000 {
reg = <0x0 0xff150000 0x0 0x1000>; reg = <0x0 0xff150000 0x0 0x1000>;
timeout-sec = <10>; timeout-sec = <10>;
}; };
zynqmp_dpdma: dma-controller@fd4c0000 {
compatible = "xlnx,zynqmp-dpdma";
status = "disabled";
reg = <0x0 0xfd4c0000 0x0 0x1000>;
interrupts = <0 122 4>;
interrupt-parent = <&gic>;
clock-names = "axi_clk";
#dma-cells = <1>;
};
}; };
}; };
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