soc: intel_apl_adsp: Add mailbox to the board
Add mailbox to the board DTS. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
198709245f
commit
58b7c875ff
|
@ -90,6 +90,14 @@
|
|||
reg = <0x1200 0x80>;
|
||||
interrupts = <8 0 0>;
|
||||
interrupt-parent = <&cavs0>;
|
||||
};
|
||||
|
||||
mailbox: mailbox@1180 {
|
||||
compatible = "intel,adsp-mailbox";
|
||||
reg = <0x1180 0x20>;
|
||||
interrupts = <0x7 0 3>;
|
||||
interrupt-parent = <&cavs0>;
|
||||
label = "IPM_0";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue