Lines Matching +full:codec +full:- +full:reset
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (C) 2019-20 Texas Instruments Incorporated
4 ---
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
11 - Shi Fu <shifu0704@thundersoft.com>
14 The TAS2770 is a mono, digital input Class-D audio amplifier optimized for
22 - ti,tas2770
29 reset-gpio:
30 description: GPIO used to reset the device.
32 shutdown-gpios:
38 ti,imon-slot-no:
42 ti,vmon-slot-no:
46 ti,asi-format:
51 - 0 # Rising edge
52 - 1 # Falling edge
54 '#sound-dai-cells':
55 # The codec has a single DAI, the #sound-dai-cells=<1>; case is left in for backward
60 - compatible
61 - reg
66 - |
67 #include <dt-bindings/gpio/gpio.h>
69 #address-cells = <1>;
70 #size-cells = <0>;
71 codec: codec@41 {
74 #sound-dai-cells = <0>;
75 interrupt-parent = <&gpio1>;
77 reset-gpio = <&gpio1 15 0>;
78 shutdown-gpios = <&gpio1 14 0>;
79 ti,imon-slot-no = <0>;
80 ti,vmon-slot-no = <2>;