Newer
Older
barebox / dts / Bindings / arm / bcm / raspberrypi,bcm2835-firmware.txt
@Sascha Hauer Sascha Hauer on 10 Dec 2015 320 bytes dts: update to v4.3-rc1
Raspberry Pi VideoCore firmware driver

Required properties:

- compatible:		Should be "raspberrypi,bcm2835-firmware"
- mboxes:		Phandle to the firmware device's Mailbox.
			  (See: ../mailbox/mailbox.txt for more information)

Example:

firmware {
	compatible = "raspberrypi,bcm2835-firmware";
	mboxes = <&mailbox>;
};