Merge tag 'platform-drivers-x86-v4.17-1' of git://git.infradead.org/linux-platform...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / soc / bcm / brcm,bcm2835-vchiq.txt
1 Broadcom VCHIQ firmware services
2
3 Required properties:
4
5 - compatible:   Should be "brcm,bcm2835-vchiq"
6 - reg:          Physical base address and length of the doorbell register pair
7 - interrupts:   The interrupt number
8                   See bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt
9
10 Example:
11
12 mailbox@7e00b840 {
13         compatible = "brcm,bcm2835-vchiq";
14         reg = <0x7e00b840 0xf>;
15         interrupts = <0 2>;
16 };