forked from Minki/linux
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: Joachim Eastwood <manabian@gmail.com>
This commit is contained in:
parent
5924007c7e
commit
5913f5595e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user