Lines Matching +full:reset +full:- +full:gpios
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>
21 "#sound-dai-cells":
24 VCCA-supply:
28 VCCP1-supply:
32 VCCP2-supply:
36 reset-gpios:
39 GPIO specifier for the active low reset line
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>;