Lines Matching +full:codec +full:- +full:reset +full:- +full:gpios
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
20 - $ref: dai-common.yaml#
25 - ti,tas2764
26 - ti,tas2780
33 reset-gpios:
35 description: GPIO used to reset the device.
37 shutdown-gpios:
44 ti,imon-slot-no:
48 ti,vmon-slot-no:
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>;
71 codec@38 {
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>;