dts: arm: Add devicetree node for pl330 dma

Add device tree node for arm pl330 dma.

Signed-off-by: Raveendra Padasalagi <raveendra.padasalagi@broadcom.com>
This commit is contained in:
Raveendra Padasalagi 2020-05-08 15:25:07 +05:30 committed by Carles Cufí
commit 1f3b8c0267

View file

@ -27,6 +27,18 @@
label = "CCG_UART0";
status = "disabled";
};
pl330: pl330@48300000 {
compatible = "arm,dma-pl330";
reg = <0x48300000 0x2000>,
<0x482f005c 0x20>;
reg-names = "pl330_regs",
"control_regs";
microcode = <0x63b00000 0x1000>;
dma-channels = <8>;
#dma-cells = <0>;
label = "PL330";
};
};
pcie {