2 * Copyright 2012 ST-Ericsson AB
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:
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
11 * Device Tree for the TVK1281618 UIB
14 #include <dt-bindings/interrupt-controller/irq.h>
18 compatible = "gpio-keys";
21 vdd-supply = <&ab8500_ldo_aux1_reg>;
22 pinctrl-names = "default";
23 pinctrl-0 = <&prox_tvk_mode>, <&hall_tvk_mode>;
26 /* Proximity sensor */
27 gpios = <&gpio6 25 0x4>;
28 linux,code = <11>; /* SW_FRONT_PROXIMITY */
29 label = "SFH7741 Proximity Sensor";
33 gpios = <&gpio4 17 0x4>;
34 linux,code = <0>; /* SW_LID */
35 label = "HED54XXU11 Hall Effect Sensor";
40 /* Add Synaptics touch screen, TC35893 keypad etc here */
43 compatible = "toshiba,tc35893";
45 interrupt-parent = <&gpio6>;
46 interrupts = <26 IRQ_TYPE_EDGE_RISING>;
47 pinctrl-names = "default";
48 pinctrl-0 = <&tc35893_tvk_mode>;
51 #interrupt-cells = <1>;
54 compatible = "toshiba,tc3589x-gpio";
58 #interrupt-cells = <2>;
63 compatible = "toshiba,tc3589x-keypad";
65 debounce-delay-ms = <4>;
66 keypad,num-columns = <8>;
67 keypad,num-rows = <8>;
70 linux,keymap = <0x0301006b
91 /* Sensors mounted on this board variant */
95 compatible = "st,lsm303dlh-accel";
96 st,drdy-int-pin = <1>;
98 vdd-supply = <&ab8500_ldo_aux1_reg>;
99 vddio-supply = <&db8500_vsmps2_reg>;
100 pinctrl-names = "default";
101 pinctrl-0 = <&accel_tvk_mode>;
102 interrupt-parent = <&gpio2>;
103 interrupts = <18 IRQ_TYPE_EDGE_RISING>,
104 <19 IRQ_TYPE_EDGE_RISING>;
108 compatible = "st,lsm303dlh-magn";
110 vdd-supply = <&ab8500_ldo_aux1_reg>;
111 vddio-supply = <&db8500_vsmps2_reg>;
112 pinctrl-names = "default";
113 pinctrl-0 = <&magneto_tvk_mode>;
117 compatible = "st,l3g4200d-gyro";
118 st,drdy-int-pin = <2>;
120 vdd-supply = <&ab8500_ldo_aux1_reg>;
121 vddio-supply = <&db8500_vsmps2_reg>;
124 /* Barometer/pressure sensor */
125 compatible = "st,lps001wp-press";
127 vdd-supply = <&ab8500_ldo_aux1_reg>;
128 vddio-supply = <&db8500_vsmps2_reg>;
132 /* Pull up this GPIO pin */
134 tc35893_tvk_mode: tc35893_tvk {
136 pins = "GPIO218_AH11";
137 ste,config = <&gpio_in_pu>;
142 prox_tvk_mode: prox_tvk {
144 pins = "GPIO217_AH12";
145 ste,config = <&gpio_in_pu>;
150 hall_tvk_mode: hall_tvk {
152 pins = "GPIO145_C13";
153 ste,config = <&gpio_in_pu>;
158 accel_tvk_mode: accel_tvk {
159 /* Accelerometer interrupt lines 1 & 2 */
161 pins = "GPIO82_C1", "GPIO83_D3";
162 ste,config = <&gpio_in_pu>;
167 magneto_tvk_mode: magneto_tvk {
168 /* Magnetometer uses GPIO 31 and 32, pull these up/down respectively */
171 ste,config = <&gpio_in_pu>;
175 ste,config = <&gpio_in_pd>;