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

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
......@@ -171,6 +171,13 @@ usb0_otg_phy: phy@004 {
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 {
......
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