Lines Matching +full:imon +full:- +full:slot +full:- +full:no
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-ding@ti.com>
14 The TAS2764/TAS2780 is a mono, digital input Class-D audio amplifier
20 - $ref: dai-common.yaml#
25 - ti,tas2764
26 - ti,tas2780
27 - ti,sn012776 # Apple variant of TAS2764
34 reset-gpios:
38 shutdown-gpios:
45 ti,imon-slot-no:
47 description: TDM TX current sense time slot.
49 ti,vmon-slot-no:
51 description: TDM TX voltage sense time slot.
53 '#sound-dai-cells':
54 # The codec has a single DAI, the #sound-dai-cells=<1>; case is left in for backward
59 - compatible
60 - reg
65 - |
66 #include <dt-bindings/gpio/gpio.h>
69 #address-cells = <1>;
70 #size-cells = <0>;
75 #sound-dai-cells = <0>;
76 interrupt-parent = <&gpio1>;
78 reset-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
79 shutdown-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
80 ti,imon-slot-no = <0>;
81 ti,vmon-slot-no = <2>;