Skip to content

Commit e792491

Browse files
Rob Riceffainelli
authored andcommitted
arm64: dts: Add Broadcom Northstar2 device tree entries for PDC driver.
Add Broadcom Northstar2 SoC device tree entries for PDC driver. Signed-off-by: Rob Rice <rob.rice@broadcom.com> Reviewed-by: Ray Jui <ray.jui@broadcom.com> Reviewed-by: Scott Branden <scott.branden@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
1 parent 62b6923 commit e792491

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

arch/arm64/boot/dts/broadcom/ns2.dtsi

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,42 @@
191191

192192
#include "ns2-clock.dtsi"
193193

194+
pdc0: iproc-pdc0@612c0000 {
195+
compatible = "brcm,iproc-pdc-mbox";
196+
reg = <0x612c0000 0x445>; /* PDC FS0 regs */
197+
interrupts = <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>;
198+
#mbox-cells = <1>;
199+
brcm,rx-status-len = <32>;
200+
brcm,use-bcm-hdr;
201+
};
202+
203+
pdc1: iproc-pdc1@612e0000 {
204+
compatible = "brcm,iproc-pdc-mbox";
205+
reg = <0x612e0000 0x445>; /* PDC FS1 regs */
206+
interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
207+
#mbox-cells = <1>;
208+
brcm,rx-status-len = <32>;
209+
brcm,use-bcm-hdr;
210+
};
211+
212+
pdc2: iproc-pdc2@61300000 {
213+
compatible = "brcm,iproc-pdc-mbox";
214+
reg = <0x61300000 0x445>; /* PDC FS2 regs */
215+
interrupts = <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>;
216+
#mbox-cells = <1>;
217+
brcm,rx-status-len = <32>;
218+
brcm,use-bcm-hdr;
219+
};
220+
221+
pdc3: iproc-pdc3@61320000 {
222+
compatible = "brcm,iproc-pdc-mbox";
223+
reg = <0x61320000 0x445>; /* PDC FS3 regs */
224+
interrupts = <GIC_SPI 193 IRQ_TYPE_LEVEL_HIGH>;
225+
#mbox-cells = <1>;
226+
brcm,rx-status-len = <32>;
227+
brcm,use-bcm-hdr;
228+
};
229+
194230
dma0: dma@61360000 {
195231
compatible = "arm,pl330", "arm,primecell";
196232
reg = <0x61360000 0x1000>;

0 commit comments

Comments
 (0)