Lines Matching +full:stmpe +full:- +full:adc
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/st,stmpe-adc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ADC on an STMPE multifunction device.
10 - Stefan Agner <stefan@agner.ch>
13 This ADC forms part of an ST microelectronics STMPE multifunction device .
14 The ADC is shared with the STMPE touchscreen. As a result some ADC related
16 The node should be a child node of the stmpe node to which it belongs.
20 const: st,stmpe-adc
22 st,norequest-mask:
25 Bitmask specifying which ADC channels should _not_ be
28 "#io-channel-cells":
32 - compatible
37 - |
38 adc {
39 compatible = "st,stmpe-adc";
40 st,norequest-mask = <0x0f>; /* dont use ADC CH3-0 */