]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - Documentation/devicetree/bindings/input/touchscreen/sun4i.txt
881aea713fc35e4f3b3eb3b90b5374fe4814fdeb
[mirror_ubuntu-bionic-kernel.git] / Documentation / devicetree / bindings / input / touchscreen / sun4i.txt
1 sun4i resistive touchscreen controller
2 --------------------------------------
3
4 Required properties:
5 - compatible: "allwinner,sun4i-a10-ts"
6 - reg: mmio address range of the chip
7 - interrupts: interrupt to which the chip is connected
8
9 Example:
10
11 rtp: rtp@01c25000 {
12 compatible = "allwinner,sun4i-a10-ts";
13 reg = <0x01c25000 0x100>;
14 interrupts = <29>;
15 };