dts: stm32h7_dualcore: Add MBOX driver
Adding the new STM32 hardware semaphore driver into the device tree. Signed-off-by: Celina Sophie Kalus <hello@celinakalus.de>
This commit is contained in:
parent
59bfe591ef
commit
bbbb2865c3
1 changed files with 2 additions and 1 deletions
|
|
@ -17,9 +17,10 @@
|
|||
|
||||
soc {
|
||||
mailbox: mailbox@58026400 {
|
||||
compatible = "st,stm32-hsem-mailbox";
|
||||
compatible = "st,stm32-hsem-mailbox", "st,mbox-stm32-hsem";
|
||||
reg = <0x58026400 0x400>;
|
||||
clocks = <&rcc STM32_CLOCK_BUS_AHB4 0x02000000>;
|
||||
#mbox-cells = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue