Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / bcm / raspberrypi,bcm2835-firmware.txt
blob6824b3180ffb72e55d3f6951ae14c2a58af24bf4
1 Raspberry Pi VideoCore firmware driver
3 Required properties:
5 - compatible:           Should be "raspberrypi,bcm2835-firmware"
6 - mboxes:               Phandle to the firmware device's Mailbox.
7                           (See: ../mailbox/mailbox.txt for more information)
9 Example:
11 firmware {
12         compatible = "raspberrypi,bcm2835-firmware";
13         mboxes = <&mailbox>;