Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd26f883 authored by Eric Anholt's avatar Eric Anholt Committed by Lee Jones
Browse files

dt/bindings: Add binding for the Raspberry Pi firmware driver



This driver will provide support for calls into the firmware that will
be used by other drivers like cpufreq and vc4.

Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Acked-by: default avatarStephen Warren <swarren@wwwdotorg.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent b35ef526
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
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>;
};