Lines Matching +full:imon +full:- +full:slot +full:- +full:no
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Ryan Lee <ryans.lee@analog.com>
13 The MAX98388 is a mono Class-D speaker amplifier with I/V feedback.
18 - $ref: dai-common.yaml#
23 - adi,max98388
28 '#sound-dai-cells':
31 adi,vmon-slot-no:
32 description: slot number of the voltage feedback monitor
38 adi,imon-slot-no:
39 description: slot number of the current feedback monitor
45 adi,interleave-mode:
54 reset-gpios:
58 - compatible
59 - reg
60 - '#sound-dai-cells'
65 - |
66 #include <dt-bindings/gpio/gpio.h>
68 #address-cells = <1>;
69 #size-cells = <0>;
73 #sound-dai-cells = <0>;
74 adi,vmon-slot-no = <0>;
75 adi,imon-slot-no = <1>;
76 adi,interleave-mode;
77 reset-gpios = <&gpio 4 GPIO_ACTIVE_LOW>;