Lines Matching +full:shutdown +full:- +full:gpios
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:
33 shutdown-gpios:
40 ti,imon-slot-no:
44 ti,vmon-slot-no:
48 '#sound-dai-cells':
52 - compatible
53 - reg
58 - |
59 #include <dt-bindings/gpio/gpio.h>
61 #address-cells = <1>;
62 #size-cells = <0>;
66 #sound-dai-cells = <1>;
67 interrupt-parent = <&gpio1>;
69 reset-gpios = <&gpio1 15 0>;
70 shutdown-gpios = <&gpio1 15 0>;
71 ti,imon-slot-no = <0>;
72 ti,vmon-slot-no = <2>;