Lines Matching +full:firmware +full:- +full:reset
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
36 const: raspberrypi,firmware-clocks
38 "#clock-cells":
42 firmware messages.
45 - compatible
46 - "#clock-cells"
48 reset:
53 const: raspberrypi,firmware-reset
55 "#reset-cells":
58 The argument is the ID of the firmware reset line to affect.
61 - compatible
62 - "#reset-cells"
69 const: raspberrypi,firmware-poe-pwm
71 "#pwm-cells":
76 - compatible
77 - "#pwm-cells"
82 - compatible
83 - mboxes
88 - |
89 firmware {
90 compatible = "raspberrypi,bcm2835-firmware", "simple-mfd";
94 compatible = "raspberrypi,firmware-clocks";
95 #clock-cells = <1>;
98 reset: reset {
99 compatible = "raspberrypi,firmware-reset";
100 #reset-cells = <1>;
104 compatible = "raspberrypi,firmware-poe-pwm";
105 #pwm-cells = <2>;