1Broadcom VCHIQ firmware services 2 3Required properties: 4 5- compatible: Should be "brcm,bcm2835-vchiq" on BCM2835, otherwise 6 "brcm,bcm2836-vchiq". 7- reg: Physical base address and length of the doorbell register pair 8- interrupts: The interrupt number 9 See bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt 10 11Example: 12 13mailbox@7e00b840 { 14 compatible = "brcm,bcm2835-vchiq"; 15 reg = <0x7e00b840 0xf>; 16 interrupts = <0 2>; 17}; 18