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

Commit 5913f559 authored by Joachim Eastwood's avatar Joachim Eastwood
Browse files

ARM: dts: lpc18xx: add dmamux node



Add node for the DMA multiplexer placed in front of the PL080 DMA
controller on lpc18xx/43xx devices.

Signed-off-by: default avatarJoachim Eastwood <manabian@gmail.com>
parent 5924007c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -171,6 +171,13 @@
				clocks = <&ccu1 CLK_USB0>;
				#phy-cells = <0>;
			};

			dmamux: dma-mux@11c {
				compatible = "nxp,lpc1850-dmamux";
				#dma-cells = <3>;
				dma-requests = <64>;
				dma-masters = <&dmac>;
			};
		};

		cgu: clock-controller@40050000 {