The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/input/ilitek,ili2xxx.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 Ilitek ILI210x/ILI2117/ILI2120/ILI251x touchscreen controller
    2 
    3 Required properties:
    4 - compatible:
    5     ilitek,ili210x for ILI210x
    6     ilitek,ili2117 for ILI2117
    7     ilitek,ili2120 for ILI2120
    8     ilitek,ili251x for ILI251x
    9 
   10 - reg: The I2C address of the device
   11 
   12 - interrupts: The sink for the touchscreen's IRQ output
   13     See ../interrupt-controller/interrupts.txt
   14 
   15 Optional properties for main touchpad device:
   16 
   17 - reset-gpios: GPIO specifier for the touchscreen's reset pin (active low)
   18 
   19 Example:
   20 
   21         touchscreen@41 {
   22                 compatible = "ilitek,ili251x";
   23                 reg = <0x41>;
   24                 interrupt-parent = <&gpio4>;
   25                 interrupts = <7 IRQ_TYPE_EDGE_FALLING>;
   26                 reset-gpios = <&gpio5 21 GPIO_ACTIVE_LOW>;
   27         };

Cache object: e031b6f28c44b6539325276852cb4914


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.