]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/arm/boot/dts/stuib.dtsi
ARM: ux500: Apply a Device Tree node for the STMPE MFD
[mirror_ubuntu-artful-kernel.git] / arch / arm / boot / dts / stuib.dtsi
CommitLineData
6934e004
LJ
1/*
2 * Copyright 2012 ST-Ericsson AB
3 *
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
7 *
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
10 */
11
12/ {
13 soc-u9500 {
cb552703
LJ
14 i2c@80004000 {
15 stmpe1601: stmpe1601@40 {
16 compatible = "st,stmpe1601";
17 reg = <0x40>;
18 interrupts = <26 0x4>;
19 interrupt-parent = <&gpio6>;
20 interrupt-controller;
21
22 wakeup-source;
23 st,autosleep-timeout = <1024>;
24 };
25 };
26
cbebba7d
LJ
27 i2c@80110000 {
28 bu21013_tp@0x5c {
29 compatible = "rhom,bu21013_tp";
30 reg = <0x5c>;
31 touch-gpio = <&gpio2 20 0x4>;
32 avdd-supply = <&ab8500_ldo_aux1_reg>;
33
34 rhom,touch-max-x = <384>;
35 rhom,touch-max-y = <704>;
36 rhom,flip-y;
37 };
38
39 bu21013_tp@0x5d {
40 compatible = "rhom,bu21013_tp";
41 reg = <0x5d>;
42 touch-gpio = <&gpio2 20 0x4>;
43 avdd-supply = <&ab8500_ldo_aux1_reg>;
44
45 rhom,touch-max-x = <384>;
46 rhom,touch-max-y = <704>;
47 rhom,flip-y;
48 };
49 };
6934e004
LJ
50 };
51};