Lines Matching +full:mute +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#
10 - Otabek Nazrullaev <otabeknazrullaev1998@gmail.com>
16 shutdown-gpios:
20 mute-gpios:
22 description: the gpio connected to the mute pin
24 gain-gpios:
26 description: the 2 gpios connected to the g1 and g2 pins
29 - compatible
30 - shutdown-gpios
31 - mute-gpios
32 - gain-gpios
37 - |
38 #include <dt-bindings/gpio/gpio.h>
41 shutdown-gpios = <&gpio3 20 GPIO_ACTIVE_LOW>;
42 mute-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;
43 gain-gpios = <&gpio3 23 GPIO_ACTIVE_LOW>,