Lines Matching +full:rcv +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 - Stephan Gerhold <stephan@gerhold.net>
13 - $ref: dai-common.yaml#
18 - nxp,tfa9890
19 - nxp,tfa9895
20 - nxp,tfa9897
25 '#sound-dai-cells':
28 rcv-gpios:
31 sound-name-prefix: true
33 vddd-supply:
43 rcv-gpios: false
46 - compatible
47 - reg
48 - '#sound-dai-cells'
53 - |
55 #address-cells = <1>;
56 #size-cells = <0>;
58 audio-codec@34 {
61 sound-name-prefix = "Speaker Left";
62 #sound-dai-cells = <0>;
64 audio-codec@36 {
67 sound-name-prefix = "Speaker Right";
68 #sound-dai-cells = <0>;
72 - |
73 #include <dt-bindings/gpio/gpio.h>
75 #address-cells = <1>;
76 #size-cells = <0>;
78 speaker_codec_top: audio-codec@34 {
81 vddd-supply = <&pm8916_l6>;
82 rcv-gpios = <&msmgpio 50 GPIO_ACTIVE_HIGH>;
83 pinctrl-names = "default";
84 pinctrl-0 = <&speaker_top_default>;
85 sound-name-prefix = "Speaker Top";
86 #sound-dai-cells = <0>;
89 speaker_codec_bottom: audio-codec@36 {
92 vddd-supply = <&pm8916_l6>;
93 rcv-gpios = <&msmgpio 111 GPIO_ACTIVE_HIGH>;
94 pinctrl-names = "default";
95 pinctrl-0 = <&speaker_bottom_default>;
96 sound-name-prefix = "Speaker Bottom";
97 #sound-dai-cells = <0>;