Lines Matching +full:vmon +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
22 - ti,tas2764
23 - ti,tas2780
30 reset-gpios:
34 shutdown-gpios:
41 ti,imon-slot-no:
43 description: TDM TX current sense time slot.
45 ti,vmon-slot-no:
47 description: TDM TX voltage sense time slot.
49 '#sound-dai-cells':
53 - compatible
54 - reg
59 - |
60 #include <dt-bindings/gpio/gpio.h>
62 #address-cells = <1>;
63 #size-cells = <0>;
67 #sound-dai-cells = <1>;
68 interrupt-parent = <&gpio1>;
70 reset-gpios = <&gpio1 15 0>;
71 shutdown-gpios = <&gpio1 15 0>;
72 ti,imon-slot-no = <0>;
73 ti,vmon-slot-no = <2>;