Lines Matching +full:codec +full:- +full:reset
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
11 - Dan Murphy <dmurphy@ti.com>
14 The TAS2764 is a mono, digital input Class-D audio amplifier optimized for
22 - ti,tas2764
29 reset-gpios:
31 description: GPIO used to reset the device.
33 shutdown-gpios:
40 ti,imon-slot-no:
44 ti,vmon-slot-no:
48 '#sound-dai-cells':
49 # The codec has a single DAI, the #sound-dai-cells=<1>; case is left in for backward
54 - compatible
55 - reg
60 - |
61 #include <dt-bindings/gpio/gpio.h>
63 #address-cells = <1>;
64 #size-cells = <0>;
65 codec: codec@38 {
68 #sound-dai-cells = <0>;
69 interrupt-parent = <&gpio1>;
71 reset-gpios = <&gpio1 15 0>;
72 shutdown-gpios = <&gpio1 15 0>;
73 ti,imon-slot-no = <0>;
74 ti,vmon-slot-no = <2>;