ARM: dts: omap3-gta04: Add bma180 accelerometer
[deliverable/linux.git] / arch / arm / boot / dts / omap3-gta04.dts
1 /*
2 * Copyright (C) 2013 Marek Belisko <marek@goldelico.com>
3 *
4 * Based on omap3-beagle-xm.dts
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10 /dts-v1/;
11
12 #include "omap36xx.dtsi"
13
14 / {
15 model = "OMAP3 GTA04";
16 compatible = "ti,omap3-gta04", "ti,omap3";
17
18 cpus {
19 cpu@0 {
20 cpu0-supply = <&vcc>;
21 };
22 };
23
24 memory {
25 device_type = "memory";
26 reg = <0x80000000 0x20000000>; /* 512 MB */
27 };
28
29 gpio-keys {
30 compatible = "gpio-keys";
31
32 aux-button {
33 label = "aux";
34 linux,code = <169>;
35 gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
36 gpio-key,wakeup;
37 };
38 };
39
40 sound {
41 compatible = "ti,omap-twl4030";
42 ti,model = "gta04";
43
44 ti,mcbsp = <&mcbsp2>;
45 ti,codec = <&twl_audio>;
46 };
47 };
48
49 &omap3_pmx_core {
50 uart1_pins: pinmux_uart1_pins {
51 pinctrl-single,pins = <
52 0x152 (PIN_INPUT | MUX_MODE0) /* uart1_rx.uart1_rx */
53 0x14c (PIN_OUTPUT |MUX_MODE0) /* uart1_tx.uart1_tx */
54 >;
55 };
56
57 uart2_pins: pinmux_uart2_pins {
58 pinctrl-single,pins = <
59 0x14a (PIN_INPUT | MUX_MODE0) /* uart2_rx.uart2_rx */
60 0x148 (PIN_OUTPUT | MUX_MODE0) /* uart2_tx.uart2_tx */
61 >;
62 };
63
64 uart3_pins: pinmux_uart3_pins {
65 pinctrl-single,pins = <
66 0x16e (PIN_INPUT | MUX_MODE0) /* uart3_rx.uart3_rx */
67 0x170 (PIN_OUTPUT | MUX_MODE0) /* uart3_tx.uart3_tx */
68 >;
69 };
70
71 mmc1_pins: pinmux_mmc1_pins {
72 pinctrl-single,pins = <
73 0x114 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_clk.sdmmc1_clk */
74 0x116 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_cmd.sdmmc1_cmd */
75 0x118 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat0.sdmmc1_dat0 */
76 0x11a (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat1.sdmmc1_dat1 */
77 0x11c (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat2.sdmmc1_dat2 */
78 0x11e (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat3.sdmmc1_dat3 */
79 >;
80 };
81 };
82
83 &i2c1 {
84 clock-frequency = <2600000>;
85
86 twl: twl@48 {
87 reg = <0x48>;
88 interrupts = <7>; /* SYS_NIRQ cascaded to intc */
89 interrupt-parent = <&intc>;
90 };
91
92 twl_audio: audio {
93 compatible = "ti,twl4030-audio";
94 codec {
95 };
96 };
97 };
98
99 #include "twl4030.dtsi"
100 #include "twl4030_omap3.dtsi"
101
102 &i2c2 {
103 clock-frequency = <400000>;
104
105 /* pressure sensor */
106 bmp085@77 {
107 compatible = "bosch,bmp085";
108 reg = <0x77>;
109 };
110
111 /* accelerometer */
112 bma180@41 {
113 compatible = "bosch,bma180";
114 reg = <0x41>;
115 interrupt-parent = <&gpio3>;
116 interrupts = <19 IRQ_TYPE_LEVEL_HIGH>;
117 };
118
119 /* leds */
120 tca6507@45 {
121 compatible = "ti,tca6507";
122 #address-cells = <1>;
123 #size-cells = <0>;
124 reg = <0x45>;
125
126 gta04_led0: red_aux@0 {
127 label = "gta04:red:aux";
128 reg = <0x0>;
129 };
130
131 gta04_led1: green_aux@1 {
132 label = "gta04:green:aux";
133 reg = <0x1>;
134 };
135
136 gta04_led3: red_power@3 {
137 label = "gta04:red:power";
138 reg = <0x3>;
139 linux,default-trigger = "default-on";
140 };
141
142 gta04_led4: green_power@4 {
143 label = "gta04:green:power";
144 reg = <0x4>;
145 };
146 };
147
148 /* compass aka magnetometer */
149 hmc5843@1e {
150 compatible = "honeywell,hmc5843";
151 reg = <0x1e>;
152 };
153
154 /* touchscreen */
155 tsc2007@48 {
156 compatible = "ti,tsc2007";
157 reg = <0x48>;
158 interrupt-parent = <&gpio6>;
159 interrupts = <0 IRQ_TYPE_EDGE_FALLING>;
160 gpios = <&gpio6 0 GPIO_ACTIVE_LOW>;
161 ti,x-plate-ohms = <600>;
162 };
163 };
164
165 &i2c3 {
166 clock-frequency = <100000>;
167 };
168
169 &usb_otg_hs {
170 interface-type = <0>;
171 usb-phy = <&usb2_phy>;
172 phys = <&usb2_phy>;
173 phy-names = "usb2-phy";
174 mode = <3>;
175 power = <50>;
176 };
177
178 &mmc1 {
179 pinctrl-names = "default";
180 pinctrl-0 = <&mmc1_pins>;
181 vmmc-supply = <&vmmc1>;
182 vmmc_aux-supply = <&vsim>;
183 bus-width = <4>;
184 };
185
186 &mmc2 {
187 vmmc-supply = <&vaux4>;
188 bus-width = <4>;
189 ti,non-removable;
190 };
191
192 &mmc3 {
193 status = "disabled";
194 };
195
196 &uart1 {
197 pinctrl-names = "default";
198 pinctrl-0 = <&uart1_pins>;
199 };
200
201 &uart2 {
202 pinctrl-names = "default";
203 pinctrl-0 = <&uart2_pins>;
204 };
205
206 &uart3 {
207 pinctrl-names = "default";
208 pinctrl-0 = <&uart3_pins>;
209 };
210
211 &charger {
212 bb_uvolt = <3200000>;
213 bb_uamp = <150>;
214 };
215
216 &vaux4 {
217 regulator-min-microvolt = <2800000>;
218 regulator-max-microvolt = <3150000>;
219 };
This page took 0.035021 seconds and 5 git commands to generate.