Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates > by-pkgid > 987702e3840321ec8f55950790276894 > files > 946

kernel-doc-4.4.105-1.mga5.noarch.rpm

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>;
};