Lines Matching +full:time +full:- +full:slot
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
17 for real time monitoring of loudspeaker behavior.
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>
67 #address-cells = <1>;
68 #size-cells = <0>;
72 #sound-dai-cells = <0>;
73 interrupt-parent = <&gpio1>;
75 reset-gpios = <&gpio1 15 0>;
76 shutdown-gpios = <&gpio1 15 0>;
77 ti,imon-slot-no = <0>;
78 ti,vmon-slot-no = <2>;