Lines Matching +full:ao +full:- +full:sysctrl
7 ----------------
13 power-domain.yaml
16 ---------------------
19 - compatible: should be one of the following :
20 - "amlogic,meson-gx-pwrc-vpu" for the Meson GX SoCs
21 - "amlogic,meson-g12a-pwrc-vpu" for the Meson G12A SoCs
22 - #power-domain-cells: should be 0
23 - amlogic,hhi-sysctrl: phandle to the HHI sysctrl node
24 - resets: phandles to the reset lines needed for this power demain sequence
26 - clocks: from common clock binding: handle to VPU and VAPB clocks
27 - clock-names: from common clock binding: must contain "vpu", "vapb"
31 - compatible: "amlogic,meson-gx-ao-sysctrl", "syscon", "simple-mfd"
32 - reg: base address and size of the AO system control register space.
35 -------
37 ao_sysctrl: sys-ctrl@0 {
38 compatible = "amlogic,meson-gx-ao-sysctrl", "syscon", "simple-mfd";
41 pwrc_vpu: power-controller-vpu {
42 compatible = "amlogic,meson-gx-pwrc-vpu";
43 #power-domain-cells = <0>;
44 amlogic,hhi-sysctrl = <&sysctrl>;
59 clock-names = "vpu", "vapb";