raspberrypi,bcm2835-firmware.txt 320 B

123456789101112131415
  1. Raspberry Pi VideoCore firmware driver
  2. Required properties:
  3. - compatible: Should be "raspberrypi,bcm2835-firmware"
  4. - mboxes: Phandle to the firmware device's Mailbox.
  5. (See: ../mailbox/mailbox.txt for more information)
  6. Example:
  7. firmware {
  8. compatible = "raspberrypi,bcm2835-firmware";
  9. mboxes = <&mailbox>;
  10. };