Searched +full:resistive +full:- +full:adc +full:- +full:touch (Results 1 – 7 of 7) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/input/touchscreen/resistive-adc-touch.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Generic resistive touchscreen ADC10 - Oleksij Rempel <o.rempel@pengutronix.de>13 Generic ADC based resistive touchscreen controller14 The device must be connected to an ADC device that provides channels for18 - $ref: touchscreen.yaml#22 const: resistive-adc-touch[all …]
1 Generic resistive touchscreen ADC5 - compatible: must be "resistive-adc-touch"6 The device must be connected to an ADC device that provides channels for9 https://github.com/devicetree-org/dt-schema/blob/master/schemas/iio/iio-consumer.yaml12 - iio-channels: must have at least two channels connected to an ADC device.13 These should correspond to the channels exposed by the ADC device and should14 have the right index as the ADC device registers them. These channels16 - iio-channel-names: must have all the channels' names. Mandatory channels20 - iio-channels: The third channel named "pressure" is optional and can be21 used if the ADC device also measures pressure besides position.[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)7 compatible = "resistive-adc-touch";8 io-channels = <&adc_ts 1>, <&adc_ts 3>, <&adc_ts 4>, <&adc_ts 5>;9 io-channe[all...]
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT7 /dts-v1/;9 #include "imx6qdl-vicut1.dtsi"15 gpio-keys {16 compatible = "gpio-keys";17 pinctrl-names = "default";18 pinctrl-0 = <&pinctrl_gpiokeys>;21 key-power {25 wakeup-source;28 key-enter {[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT7 /dts-v1/;8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/leds/common.h>17 stdout-path = &uart4;21 compatible = "pwm-backlight";23 brightness-levels = <0 1000>;24 num-interpolated-steps = <20>;25 default-brightness-level = <19>;26 power-supply = <®_12v0>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT6 /dts-v1/;8 #include "imx6qdl-prti6q.dtsi"9 #include <dt-bindings/display/sdtv-standards.h>10 #include <dt-bindings/input/input.h>11 #include <dt-bindings/leds/common.h>12 #include <dt-bindings/sound/fsl-imx-audmux.h>23 backlight_lcd: backlight-lcd {24 compatible = "pwm-backlight";26 brightness-levels = <0 20 81 248 1000>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3 * sama5d2.dtsi - Device Tree Include file for SAMA5D2 family SoC9 #include <dt-bindings/dma/at91.h>10 #include <dt-bindings/interrupt-controller/irq.h>11 #include <dt-bindings/clock/at91.h>12 #include <dt-bindings/mfd/at91-usar1055 adc: adc@fc030000 { global() label [all...]