Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt...
[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" 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
11 Example:
12
13 mailbox@7e00b840 {
14         compatible = "brcm,bcm2835-vchiq";
15         reg = <0x7e00b840 0xf>;
16         interrupts = <0 2>;
17 };