Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > eedb6634b44b6f17fb2629c71380546b > files > 1061

kernel-doc-5.5.9-1.mga7.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>;
};