blob: d6e36b5757a33f4f105c33515d0c9db0bddcacd1 [file] [log] [blame]
Lee Jones6934e002012-09-28 14:06:29 +01001/*
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 {
Lee Jonescb552702012-10-04 12:41:35 +010014 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
Lee Jonescbebba72012-09-28 14:41:06 +010027 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 };
Lee Jones6934e002012-09-28 14:06:29 +010050 };
51};