blob: 7291f6bf51911cf421c697d5e133c1e6ddde1fe3 [file] [log] [blame]
Marek Beliskoadfe1472013-08-15 22:43:05 +02001/*
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 };
NeilBrown6764f642014-03-01 14:58:52 +010039
40 sound {
41 compatible = "ti,omap-twl4030";
42 ti,model = "gta04";
43
44 ti,mcbsp = <&mcbsp2>;
45 ti,codec = <&twl_audio>;
46 };
Marek Beliskoadfe1472013-08-15 22:43:05 +020047};
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 };
NeilBrown6764f642014-03-01 14:58:52 +010091
92 twl_audio: audio {
93 compatible = "ti,twl4030-audio";
94 codec {
95 };
96 };
Marek Beliskoadfe1472013-08-15 22:43:05 +020097};
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 /* leds */
112 tca6507@45 {
113 compatible = "ti,tca6507";
114 #address-cells = <1>;
115 #size-cells = <0>;
116 reg = <0x45>;
117
118 gta04_led0: red_aux@0 {
119 label = "gta04:red:aux";
120 reg = <0x0>;
121 };
122
123 gta04_led1: green_aux@1 {
124 label = "gta04:green:aux";
125 reg = <0x1>;
126 };
127
128 gta04_led3: red_power@3 {
129 label = "gta04:red:power";
130 reg = <0x3>;
131 linux,default-trigger = "default-on";
132 };
133
134 gta04_led4: green_power@4 {
135 label = "gta04:green:power";
136 reg = <0x4>;
137 };
138 };
NeilBrown32f2c392014-03-01 14:58:49 +0100139
140 /* compass aka magnetometer */
141 hmc5843@1e {
142 compatible = "honeywell,hmc5843";
143 reg = <0x1e>;
144 };
Marek Belisko9cbc03b2014-03-01 14:58:50 +0100145
146 /* touchscreen */
147 tsc2007@48 {
148 compatible = "ti,tsc2007";
149 reg = <0x48>;
150 interrupt-parent = <&gpio6>;
151 interrupts = <0 IRQ_TYPE_EDGE_FALLING>;
152 gpios = <&gpio6 0 GPIO_ACTIVE_LOW>;
153 ti,x-plate-ohms = <600>;
154 };
Marek Beliskoadfe1472013-08-15 22:43:05 +0200155};
156
157&i2c3 {
158 clock-frequency = <100000>;
159};
160
161&usb_otg_hs {
162 interface-type = <0>;
163 usb-phy = <&usb2_phy>;
Roger Quadrosd2afcf02013-10-07 16:28:13 +0300164 phys = <&usb2_phy>;
165 phy-names = "usb2-phy";
Marek Beliskoadfe1472013-08-15 22:43:05 +0200166 mode = <3>;
167 power = <50>;
168};
169
170&mmc1 {
171 pinctrl-names = "default";
172 pinctrl-0 = <&mmc1_pins>;
173 vmmc-supply = <&vmmc1>;
174 vmmc_aux-supply = <&vsim>;
175 bus-width = <4>;
176};
177
178&mmc2 {
179 status = "disabled";
180};
181
182&mmc3 {
183 status = "disabled";
184};
185
186&uart1 {
187 pinctrl-names = "default";
188 pinctrl-0 = <&uart1_pins>;
189};
190
191&uart2 {
192 pinctrl-names = "default";
193 pinctrl-0 = <&uart2_pins>;
194};
195
196&uart3 {
197 pinctrl-names = "default";
198 pinctrl-0 = <&uart3_pins>;
199};
200
NeilBrown8bdc9e92014-03-01 14:58:51 +0100201&charger {
202 bb_uvolt = <3200000>;
203 bb_uamp = <150>;
204};