Lines Matching +full:reset +full:- +full:active +full:- +full:low
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
12 that can be connected to GPIOs reset and mute.
15 - Katsuhiro Suzuki <katsuhiro@katsuster.net>
18 - $ref: dai-common.yaml#
24 "#sound-dai-cells":
27 VCCA-supply:
31 VCCP1-supply:
35 VCCP2-supply:
39 reset-gpios:
42 GPIO specifier for the active low reset line
44 mute-gpios:
47 GPIO specifier for the active low mute line
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>;