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/dlink,dir685-touchkeys.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 * D-Link DIR-685 Touchkeys
    2 
    3 This is a I2C one-off touchkey controller based on the Cypress Semiconductor
    4 CY8C214 MCU with some firmware in its internal 8KB flash. The circuit
    5 board inside the router is named E119921.
    6 
    7 The touchkey device node should be placed inside an I2C bus node.
    8 
    9 Required properties:
   10 - compatible: must be "dlink,dir685-touchkeys"
   11 - reg: the I2C address of the touchkeys
   12 - interrupts: reference to the interrupt number
   13 
   14 Example:
   15 
   16 touchkeys@26 {
   17         compatible = "dlink,dir685-touchkeys";
   18         reg = <0x26>;
   19         interrupt-parent = <&gpio0>;
   20         interrupts = <17 IRQ_TYPE_EDGE_FALLING>;
   21 };

Cache object: dc718939822492e878675ab7d8761e0f


[ 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.