Commit 17d51717 authored by Steve Lin's avatar Steve Lin Committed by Florian Fainelli

ARM: dts: NSP: Add mailbox (PDC) to NSP

Adds mailbox / PDC to NSP device tree.  Needs new compatibility string
to differentiate from NS2 version.
Signed-off-by: default avatarSteve Lin <steven.lin1@broadcom.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent a7996761
......@@ -245,6 +245,15 @@ amac2: ethernet@24000 {
status = "disabled";
};
mailbox: mailbox@25000 {
compatible = "brcm,iproc-fa2-mbox";
reg = <0x25000 0x445>;
interrupts = <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
#mbox-cells = <1>;
brcm,rx-status-len = <32>;
brcm,use-bcm-hdr;
};
nand: nand@26000 {
compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1";
reg = <0x026000 0x600>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment