Lines Matching +full:wire +full:- +full:or
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Stephan Gerhold <stephan@gerhold.net>
14 (set using one-wire pulse control). The mode configures the speaker-guard
18 - $ref: dai-common.yaml#
24 mode-gpios:
26 GPIO used for one-wire pulse control. The pin is typically called SHDN
27 (active-low), but this is misleading since it is actually more than
32 description: Operation mode (number of pulses for one-wire pulse control)
37 sound-name-prefix: true
40 - compatible
41 - mode-gpios
42 - awinic,mode
47 - |
48 #include <dt-bindings/gpio/gpio.h>
49 audio-amplifier {
51 mode-gpios = <&msmgpio 114 GPIO_ACTIVE_HIGH>;
53 sound-name-prefix = "Speaker Amp";