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:
parent
a25c30ddd7
commit
1f3b8c0267
1 changed files with 12 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue