Lines Matching +full:current +full:- +full:sense +full:- +full:amplifier
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (C) 2020-2022 Texas Instruments Incorporated
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Shenghao Ding <shenghao-[email protected]>
14 The TAS2764/TAS2780 is a mono, digital input Class-D audio amplifier
16 loudspeakers. Integrated speaker voltage and current sense provides
20 - $ref: dai-common.yaml#
25 - ti,tas2764
26 - ti,tas2780
33 reset-gpios:
37 shutdown-gpios:
44 ti,imon-slot-no:
46 description: TDM TX current sense time slot.
48 ti,vmon-slot-no:
50 description: TDM TX voltage sense time slot.
52 '#sound-dai-cells':
53 # The codec has a single DAI, the #sound-dai-cells=<1>; case is left in for backward
58 - compatible
59 - reg
64 - |
65 #include <dt-bindings/gpio/gpio.h>
68 #address-cells = <1>;
69 #size-cells = <0>;
74 #sound-dai-cells = <0>;
75 interrupt-parent = <&gpio1>;
77 reset-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
78 shutdown-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
79 ti,imon-slot-no = <0>;
80 ti,vmon-slot-no = <2>;