ARM: dts: lpc18xx: add dmac node
authorJoachim Eastwood <manabian@gmail.com>
Tue, 26 May 2015 18:59:32 +0000 (20:59 +0200)
committerJoachim Eastwood <manabian@gmail.com>
Sun, 27 Sep 2015 21:16:32 +0000 (23:16 +0200)
Add the ARM PL080 DMA controller node to the dtsi for all
lpc18xx/43xx devices.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
arch/arm/boot/dts/lpc18xx.dtsi

index a428a0946be2c64541f15290b85f7082eb054df7..5516c3ee8c5ab4abc5a59d68a1c19497273fdfba 100644 (file)
        };
 
        soc {
+               dmac: dma-controller@40002000 {
+                       compatible = "arm,pl080", "arm,primecell";
+                       arm,primecell-periphid = <0x00041080>;
+                       reg = <0x40002000 0x1000>;
+                       interrupts = <2>;
+                       clocks = <&ccu1 CLK_CPU_DMA>;
+                       clock-names = "apb_pclk";
+                       resets = <&rgu 19>;
+                       #dma-cells = <2>;
+                       dma-channels = <8>;
+                       dma-requests = <16>;
+                       lli-bus-interface-ahb1;
+                       lli-bus-interface-ahb2;
+                       mem-bus-interface-ahb1;
+                       mem-bus-interface-ahb2;
+                       memcpy-burst-size = <256>;
+                       memcpy-bus-width = <32>;
+               };
+
                spifi: flash-controller@40003000 {
                        compatible = "nxp,lpc1773-spifi";
                        reg = <0x40003000 0x1000>, <0x14000000 0x4000000>;
This page took 0.025563 seconds and 5 git commands to generate.