Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbb4add8 authored by Andreas Färber's avatar Andreas Färber Committed by Michal Simek
Browse files

ARM: dts: zynq: Add DMAC for Parallella

parent 6726e3ed
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -204,6 +204,22 @@
			};
		};

		dmac_s: dmac@f8003000 {
			compatible = "arm,pl330", "arm,primecell";
			reg = <0xf8003000 0x1000>;
			interrupt-parent = <&intc>;
			interrupts = <0 13 4>,
			             <0 14 4>, <0 15 4>,
			             <0 16 4>, <0 17 4>,
			             <0 40 4>, <0 41 4>,
			             <0 42 4>, <0 43 4>;
			#dma-cells = <1>;
			#dma-channels = <8>;
			#dma-requests = <4>;
			clocks = <&clkc 27>;
			clock-names = "apb_pclk";
		};

		devcfg: devcfg@f8007000 {
			compatible = "xlnx,zynq-devcfg-1.0";
			reg = <0xf8007000 0x100>;
+4 −0
Original line number Diff line number Diff line
@@ -34,6 +34,10 @@
	};
};

&dmac_s {
	status = "okay";
};

&gem0 {
	status = "okay";
	phy-mode = "rgmii-id";