Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 36f0ea3f35c8b82a69e3cf261ae47a2e > files > 1084

kernel-linus-doc-5.7.19-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>;
};