Lines Matching +full:imon +full:- +full:slot +full:- +full:no
3 The TAS2562 is a mono, digital input Class-D audio amplifier optimized for
9 - #address-cells - Should be <1>.
10 - #size-cells - Should be <0>.
11 - compatible: - Should contain "ti,tas2562", "ti,tas2563".
12 - reg: - The i2c address. Should be 0x4c, 0x4d, 0x4e or 0x4f.
13 - ti,imon-slot-no:- TDM TX current sense time slot.
14 - ti,vmon-slot-no:- TDM TX voltage sense time slot. This slot must always be
15 greater then ti,imon-slot-no.
18 - interrupt-parent: phandle to the interrupt controller which provides
20 - interrupts: (GPIO) interrupt to which the chip is connected.
21 - shut-down-gpio: GPIO used to control the state of the device.
25 #address-cells = <1>;
26 #size-cells = <0>;
30 interrupt-parent = <&gpio1>;
33 shut-down-gpio = <&gpio1 15 0>;
34 ti,imon-slot-no = <0>;
35 ti,vmon-slot-no = <1>;