Commit 7b6714b3 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Michal Simek
Browse files
parent 1cabd118
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -227,3 +227,7 @@ &watchdog0 {
&lpd_watchdog {
	clocks = <&zynqmp_clk LPD_WDT>;
};

&zynqmp_dpdma {
	clocks = <&zynqmp_clk DPDMA_REF>;
};
+10 −0
Original line number Diff line number Diff line
@@ -847,5 +847,15 @@ lpd_watchdog: watchdog@ff150000 {
			reg = <0x0 0xff150000 0x0 0x1000>;
			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>;
		};
	};
};