Sophie

Sophie

distrib > Mageia > 6 > armv7hl > by-pkgid > 81712b7b11bc299bd62d2b2f1b3f0d75 > files > 865

kernel-doc-4.14.44-2.mga6.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>;
};