Lee Jones | 6934e00 | 2012-09-28 14:06:29 +0100 | [diff] [blame] | 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 { |
Lee Jones | cb55270 | 2012-10-04 12:41:35 +0100 | [diff] [blame^] | 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 | |
Lee Jones | cbebba7 | 2012-09-28 14:41:06 +0100 | [diff] [blame] | 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 | }; |
Lee Jones | 6934e00 | 2012-09-28 14:06:29 +0100 | [diff] [blame] | 50 | }; |
| 51 | }; |