1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2 # Copyright 2019 BayLibre, SAS
5 $id: "http://devicetree.org/schemas/power/amlogic,meson-ee-pwrc.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
8 title: Amlogic Meson Everything-Else Power Domains
11 - Neil Armstrong <narmstrong@baylibre.com>
14 The Everything-Else Power Domains node should be the child of a syscon
15 node with the required property:
17 - compatible: Should be the following:
18 "amlogic,meson-gx-hhi-sysctrl", "simple-mfd", "syscon"
20 Refer to the the bindings described in
21 Documentation/devicetree/bindings/mfd/syscon.yaml
26 - amlogic,meson-g12a-pwrc
27 - amlogic,meson-sm1-pwrc
54 "#power-domain-cells":
58 description: phandle to the AO sysctrl node
60 - $ref: /schemas/types.yaml#/definitions/phandle
68 - "#power-domain-cells"
71 additionalProperties: false
75 pwrc: power-controller {
76 compatible = "amlogic,meson-sm1-pwrc";
77 #power-domain-cells = <1>;
78 amlogic,ao-sysctrl = <&rti>;
79 resets = <&reset_viu>,
90 reset-names = "viu", "venc", "vcbus", "bt656",
91 "rdma", "venci", "vencp", "vdac",
92 "vdi6", "vencl", "vid_lock";
93 clocks = <&clk_vpu>, <&clk_vapb>;
94 clock-names = "vpu", "vapb";