xref: /freebsd/sys/contrib/device-tree/Bindings/arm/bcm/raspberrypi,bcm2835-firmware.txt (revision 7c31cdfa408a4ebce7a3e10d29056a15c28bc092)
1Raspberry Pi VideoCore firmware driver
2
3Required properties:
4
5- compatible:		Should be "raspberrypi,bcm2835-firmware"
6- mboxes:		Phandle to the firmware device's Mailbox.
7			  (See: ../mailbox/mailbox.txt for more information)
8
9Example:
10
11firmware {
12	compatible = "raspberrypi,bcm2835-firmware";
13	mboxes = <&mailbox>;
14};
15