Lines Matching +full:bcm2835 +full:- +full:firmware
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/arm/bcm/raspberrypi,bcm2835-firmware.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Raspberry Pi VideoCore firmware driver
10 - Eric Anholt <eric@anholt.net>
11 - Stefan Wahren <wahrenst@gmx.net>
17 const: raspberrypi,bcm2835-firmware
20 - compatible
25 - const: raspberrypi,bcm2835-firmware
26 - const: simple-mfd
37 const: raspberrypi,firmware-clocks
39 "#clock-cells":
43 firmware messages.
46 - compatible
47 - "#clock-cells"
55 const: raspberrypi,firmware-reset
57 "#reset-cells":
60 The argument is the ID of the firmware reset line to affect.
63 - compatible
64 - "#reset-cells"
72 const: raspberrypi,firmware-poe-pwm
74 "#pwm-cells":
79 - compatible
80 - "#pwm-cells"
83 - compatible
84 - mboxes
89 - |
90 firmware {
91 compatible = "raspberrypi,bcm2835-firmware", "simple-mfd";
95 compatible = "raspberrypi,firmware-clocks";
96 #clock-cells = <1>;
100 compatible = "raspberrypi,firmware-reset";
101 #reset-cells = <1>;
105 compatible = "raspberrypi,firmware-poe-pwm";
106 #pwm-cells = <2>;