Lines Matching +full:splvdd +full:- +full:supply

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Texas Instruments - tlv320aic31xx Codec module
10 - Shenghao Ding <shenghao-ding@ti.com>
28 The pins can be used in referring sound node's audio-routing property.
33 - ti,tlv320aic310x # - Generic TLV320AIC31xx with mono speaker amp
34 - ti,tlv320aic311x # - Generic TLV320AIC31xx with stereo speaker amp
35 - ti,tlv320aic3100 # - TLV320AIC3100 (mono speaker amp, no MiniDSP)
36 - ti,tlv320aic3110 # - TLV320AIC3110 (stereo speaker amp, no MiniDSP)
37 - ti,tlv320aic3120 # - TLV320AIC3120 (mono speaker amp, MiniDSP)
38 - ti,tlv320aic3111 # - TLV320AIC3111 (stereo speaker amp, MiniDSP)
39 - ti,tlv320dac3100 # - TLV320DAC3100 (no ADC, mono speaker amp, no MiniDSP)
40 - ti,tlv320dac3101 # - TLV320DAC3101 (no ADC, stereo speaker amp, no MiniDSP)
45 '#sound-dai-cells':
48 HPVDD-supply: true
50 SPRVDD-supply: true
52 SPLVDD-supply: true
54 AVDD-supply: true
56 IOVDD-supply: true
58 DVDD-supply: true
60 reset-gpios:
63 ai31xx-micbias-vg:
69 1 or MICBIAS_2_0V - MICBIAS output is powered to 2.0V
70 2 or MICBIAS_2_5V - MICBIAS output is powered to 2.5V
71 3 or MICBIAS_AVDD - MICBIAS output is connected to AVDD
73 ai31xx-ocmv:
77 output common-mode voltage setting
78 0 - 1.35V,
79 1 - 1.5V,
80 2 - 1.65V,
81 3 - 1.8V
83 gpio-reset:
89 - compatible
90 - reg
91 - HPVDD-supply
92 - SPRVDD-supply
93 - SPLVDD-supply
94 - AVDD-supply
95 - IOVDD-supply
96 - DVDD-supply
99 - $ref: dai-common.yaml#
104 - |
105 #include <dt-bindings/gpio/gpio.h>
106 #include <dt-bindings/sound/tlv320aic31xx.h>
109 #address-cells = <1>;
110 #size-cells = <0>;
116 ai31xx-micbias-vg = <MICBIAS_2_0V>;
117 reset-gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
119 HPVDD-supply = <&regulator>;
120 SPRVDD-supply = <&regulator>;
121 SPLVDD-supply = <&regulator>;
122 AVDD-supply = <&regulator>;
123 IOVDD-supply = <&regulator>;
124 DVDD-supply = <&regulator>;