brcm,bcm2835-vchiq.txt 388 B

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