Lines Matching +full:bcm2835 +full:- +full:v3d
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/soc/bcm/brcm,bcm2835-pm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: BCM2835 PM (Power domains, watchdog)
14 - Nicolas Saenz Julienne <nsaenz@kernel.org>
17 - $ref: /schemas/watchdog/watchdog.yaml#
22 - enum:
23 - brcm,bcm2835-pm
24 - brcm,bcm2711-pm
25 - const: brcm,bcm2835-pm-wdt
31 reg-names:
34 - const: pm
35 - const: asb
36 - const: rpivid_asb
38 "#power-domain-cells":
41 "#reset-cells":
48 clock-names:
50 - const: v3d
51 - const: peri_image
52 - const: h264
53 - const: isp
55 system-power-controller:
58 timeout-sec: true
61 - compatible
62 - reg
63 - "#power-domain-cells"
64 - "#reset-cells"
65 - clocks
70 - |
71 #include <dt-bindings/clock/bcm2835.h>
74 compatible = "brcm,bcm2835-pm", "brcm,bcm2835-pm-wdt";
75 #power-domain-cells = <1>;
76 #reset-cells = <1>;
79 reg-names = "pm", "asb";
84 clock-names = "v3d", "peri_image", "h264", "isp";
85 system-power-controller;