| Allwinner sun4i low res adc attached tablet keys |
| ------------------------------------------------ |
| - compatible: "allwinner,sun4i-a10-lradc-keys" |
| - reg: mmio address range of the chip |
| - interrupts: interrupt to which the chip is connected |
| - vref-supply: powersupply for the lradc reference voltage |
| Each key is represented as a sub-node of "allwinner,sun4i-a10-lradc-keys": |
| Required subnode-properties: |
| - label: Descriptive name of the key. |
| - linux,code: Keycode to emit. |
| - channel: Channel this key is attached to, must be 0 or 1. |
| - voltage: Voltage in µV at lradc input when this key is pressed. |
| #include <dt-bindings/input/input.h> |
| compatible = "allwinner,sun4i-a10-lradc-keys"; |
| reg = <0x01c22800 0x100>; |
| vref-supply = <®_vcc3v0>; |
| linux,code = <KEY_VOLUMEUP>; |
| linux,code = <KEY_VOLUMEDOWN>; |
| linux,code = <KEY_ENTER>; |
| linux,code = <KEY_HOMEPAGE>; |