Lines Matching +full:vcca +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>
21 "#sound-dai-cells":
24 VCCA-supply:
26 regulator phandle for the VCCA (for analog) power supply
28 VCCP1-supply:
30 regulator phandle for the VCCP1 (for ch1) power supply
32 VCCP2-supply:
34 regulator phandle for the VCCP2 (for ch2) power supply
36 reset-gpios:
41 mute-gpios:
47 - compatible
48 - VCCA-supply
49 - VCCP1-supply
50 - VCCP2-supply
51 - "#sound-dai-cells"
56 - |
57 #include <dt-bindings/gpio/gpio.h>
60 #sound-dai-cells = <0>;
62 VCCA-supply = <&vcc_reg>;
63 VCCP1-supply = <&vcc_reg>;
64 VCCP2-supply = <&vcc_reg>;
65 reset-gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
66 mute-gpios = <&gpio 1 GPIO_ACTIVE_LOW>;