Lines Matching +full:vccp1 +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
15 - Katsuhiro Suzuki <katsuhiro@katsuster.net>
18 - $ref: dai-common.yaml#
24 "#sound-dai-cells":
27 VCCA-supply:
29 regulator phandle for the VCCA (for analog) power supply
31 VCCP1-supply:
33 regulator phandle for the VCCP1 (for ch1) power supply
35 VCCP2-supply:
37 regulator phandle for the VCCP2 (for ch2) power supply
39 reset-gpios:
44 mute-gpios:
50 - compatible
51 - VCCA-supply
52 - VCCP1-supply
53 - VCCP2-supply
54 - "#sound-dai-cells"
59 - |
60 #include <dt-bindings/gpio/gpio.h>
63 #sound-dai-cells = <0>;
65 VCCA-supply = <&vcc_reg>;
66 VCCP1-supply = <&vcc_reg>;
67 VCCP2-supply = <&vcc_reg>;
68 reset-gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
69 mute-gpios = <&gpio 1 GPIO_ACTIVE_LOW>;