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:
Celina Sophie Kalus 2024-05-02 14:53:11 +02:00 committed by Anas Nashif
parent 59bfe591ef
commit bbbb2865c3

View file

@ -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";
};
};