Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sunxi: h3/h5: Add msgbox node

The H3 and H5 SoCs contain a message box that can be used to send
messages and interrupts back and forth between the ARM application CPUs
and the ARISC coprocessor. Add a device tree node for it.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>

authored by

Samuel Holland and committed by
Maxime Ripard
667aeaef 9a0e4df7

+10
+10
arch/arm/boot/dts/sunxi-h3-h5.dtsi
··· 239 239 }; 240 240 }; 241 241 242 + msgbox: mailbox@1c17000 { 243 + compatible = "allwinner,sun8i-h3-msgbox", 244 + "allwinner,sun6i-a31-msgbox"; 245 + reg = <0x01c17000 0x1000>; 246 + clocks = <&ccu CLK_BUS_MSGBOX>; 247 + resets = <&ccu RST_BUS_MSGBOX>; 248 + interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>; 249 + #mbox-cells = <1>; 250 + }; 251 + 242 252 usb_otg: usb@1c19000 { 243 253 compatible = "allwinner,sun8i-h3-musb"; 244 254 reg = <0x01c19000 0x400>;