blob: 385bc8d793400e6f608a7ae01f816c2f2394e2ff [file] [log] [blame]
Adam Fordf3996ae2019-07-15 14:07:52 -05001// SPDX-License-Identifier: GPL-2.0-only
Adam Ford063da122017-04-17 08:09:43 -05002
3#include <dt-bindings/input/input.h>
4
5/ {
6 cpus {
7 cpu@0 {
8 cpu0-supply = <&vcc>;
9 };
10 };
11
12 memory@80000000 {
13 device_type = "memory";
14 reg = <0x80000000 0>;
15 };
16
17 wl12xx_vmmc: wl12xx_vmmc {
18 compatible = "regulator-fixed";
19 regulator-name = "vwl1271";
20 regulator-min-microvolt = <1800000>;
21 regulator-max-microvolt = <1800000>;
22 gpio = <&gpio1 3 0>; /* gpio_3 */
23 startup-delay-us = <70000>;
24 enable-active-high;
Adam Ford5448ff32018-07-09 20:18:44 -050025 vin-supply = <&vaux3>;
Adam Ford063da122017-04-17 08:09:43 -050026 };
27
28 /* HS USB Host PHY on PORT 1 */
29 hsusb2_phy: hsusb2_phy {
Adam Fordd0331d42022-02-26 10:49:47 -060030 pinctrl-names = "default";
31 pinctrl-0 = <&hsusb2_reset_pin>;
Adam Ford063da122017-04-17 08:09:43 -050032 compatible = "usb-nop-xceiv";
33 reset-gpios = <&gpio1 4 GPIO_ACTIVE_LOW>; /* gpio_4 */
Adam Ford7f586d62018-03-05 04:16:33 -060034 #phy-cells = <0>;
Adam Ford063da122017-04-17 08:09:43 -050035 };
Adam Ford5448ff32018-07-09 20:18:44 -050036
37 /* fixed 26MHz oscillator */
38 hfclk_26m: oscillator {
39 #clock-cells = <0>;
40 compatible = "fixed-clock";
41 clock-frequency = <26000000>;
42 };
Adam Ford063da122017-04-17 08:09:43 -050043};
44
45&gpmc {
Adam Ford7f586d62018-03-05 04:16:33 -060046 ranges = <0 0 0x30000000 0x1000000>; /* CS0: 16MB for NAND */
Adam Ford063da122017-04-17 08:09:43 -050047
48 nand@0,0 {
49 compatible = "ti,omap2-nand";
50 reg = <0 0 4>; /* CS0, offset 0, IO size 4 */
51 interrupt-parent = <&gpmc>;
52 interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
53 <1 IRQ_TYPE_NONE>; /* termcount */
54 linux,mtd-name = "micron,mt29f4g16abbda3w";
55 nand-bus-width = <16>;
56 ti,nand-ecc-opt = "bch8";
57 rb-gpios = <&gpmc 0 GPIO_ACTIVE_HIGH>; /* gpmc_wait0 */
58 gpmc,sync-clk-ps = <0>;
59 gpmc,cs-on-ns = <0>;
60 gpmc,cs-rd-off-ns = <44>;
61 gpmc,cs-wr-off-ns = <44>;
62 gpmc,adv-on-ns = <6>;
63 gpmc,adv-rd-off-ns = <34>;
64 gpmc,adv-wr-off-ns = <44>;
65 gpmc,we-off-ns = <40>;
66 gpmc,oe-off-ns = <54>;
67 gpmc,access-ns = <64>;
68 gpmc,rd-cycle-ns = <82>;
69 gpmc,wr-cycle-ns = <82>;
70 gpmc,wr-access-ns = <40>;
71 gpmc,wr-data-mux-bus-ns = <0>;
72 gpmc,device-width = <2>;
73 #address-cells = <1>;
74 #size-cells = <1>;
Adam Ford063da122017-04-17 08:09:43 -050075 };
76};
77
78&i2c1 {
Adam Ford5448ff32018-07-09 20:18:44 -050079 pinctrl-names = "default";
80 pinctrl-0 = <&i2c1_pins>;
Adam Ford7f586d62018-03-05 04:16:33 -060081 clock-frequency = <2600000>;
Adam Ford063da122017-04-17 08:09:43 -050082
83 twl: twl@48 {
84 reg = <0x48>;
85 interrupts = <7>; /* SYS_NIRQ cascaded to intc */
86 interrupt-parent = <&intc>;
Adam Ford5448ff32018-07-09 20:18:44 -050087 clocks = <&hfclk_26m>;
88 clock-names = "fck";
Adam Ford063da122017-04-17 08:09:43 -050089 twl_audio: audio {
90 compatible = "ti,twl4030-audio";
91 codec {
Adam Ford5448ff32018-07-09 20:18:44 -050092 ti,hs_extmute_gpio = <&gpio2 25 GPIO_ACTIVE_HIGH>;
Adam Ford063da122017-04-17 08:09:43 -050093 };
94 };
95 };
96};
97
98&i2c2 {
Adam Ford5448ff32018-07-09 20:18:44 -050099 pinctrl-names = "default";
100 pinctrl-0 = <&i2c2_pins>;
Adam Ford063da122017-04-17 08:09:43 -0500101 clock-frequency = <400000>;
102};
103
104&i2c3 {
Adam Ford5448ff32018-07-09 20:18:44 -0500105 pinctrl-names = "default";
106 pinctrl-0 = <&i2c3_pins>;
Adam Ford063da122017-04-17 08:09:43 -0500107 clock-frequency = <400000>;
Adam Ford5448ff32018-07-09 20:18:44 -0500108
109 touchscreen: tsc2004@48 {
110 compatible = "ti,tsc2004";
111 reg = <0x48>;
112 vio-supply = <&vaux1>;
113 pinctrl-names = "default";
114 pinctrl-0 = <&tsc2004_pins>;
115 interrupts-extended = <&gpio5 25 IRQ_TYPE_EDGE_RISING>; /* gpio 153 */
116
117 touchscreen-fuzz-x = <4>;
118 touchscreen-fuzz-y = <7>;
119 touchscreen-fuzz-pressure = <2>;
120 touchscreen-size-x = <4096>;
121 touchscreen-size-y = <4096>;
122 touchscreen-max-pressure = <2048>;
123
124 ti,x-plate-ohms = <280>;
125 ti,esd-recovery-timeout-ms = <8000>;
126 };
Adam Ford063da122017-04-17 08:09:43 -0500127};
128
129&mmc3 {
Adam Fordfaef5b32018-12-03 08:15:59 -0600130 interrupts-extended = <&intc 94 &omap3_pmx_core 0x136>;
Adam Ford7f586d62018-03-05 04:16:33 -0600131 pinctrl-0 = <&mmc3_pins &wl127x_gpio>;
Adam Ford063da122017-04-17 08:09:43 -0500132 pinctrl-names = "default";
133 vmmc-supply = <&wl12xx_vmmc>;
134 non-removable;
135 bus-width = <4>;
136 cap-power-off-card;
137 #address-cells = <1>;
138 #size-cells = <0>;
139 wlcore: wlcore@2 {
140 compatible = "ti,wl1273";
141 reg = <2>;
Adam Ford7f586d62018-03-05 04:16:33 -0600142 interrupt-parent = <&gpio1>;
Adam Ford87555d12018-09-29 14:10:15 -0500143 interrupts = <2 IRQ_TYPE_EDGE_RISING>; /* gpio 2 */
Adam Ford063da122017-04-17 08:09:43 -0500144 ref-clock-frequency = <26000000>;
145 };
146};
147
148&usbhshost {
Adam Fordd0331d42022-02-26 10:49:47 -0600149 pinctrl-names = "default";
150 pinctrl-0 = <&hsusb2_pins>, <&hsusb2_2_pins>;
Adam Ford063da122017-04-17 08:09:43 -0500151 port2-mode = "ehci-phy";
152};
153
154&usbhsehci {
155 phys = <0 &hsusb2_phy>;
156};
157
158
159&omap3_pmx_core {
Adam Ford063da122017-04-17 08:09:43 -0500160
161 mmc3_pins: pinmux_mm3_pins {
162 pinctrl-single,pins = <
163 OMAP3_CORE1_IOPAD(0x2164, PIN_INPUT_PULLUP | MUX_MODE3) /* sdmmc2_dat4.sdmmc3_dat0 */
164 OMAP3_CORE1_IOPAD(0x2166, PIN_INPUT_PULLUP | MUX_MODE3) /* sdmmc2_dat5.sdmmc3_dat1 */
165 OMAP3_CORE1_IOPAD(0x2168, PIN_INPUT_PULLUP | MUX_MODE3) /* sdmmc2_dat6.sdmmc3_dat2 */
166 OMAP3_CORE1_IOPAD(0x216a, PIN_INPUT_PULLUP | MUX_MODE3) /* sdmmc2_dat6.sdmmc3_dat3 */
Adam Ford063da122017-04-17 08:09:43 -0500167 OMAP3_CORE1_IOPAD(0x21d0, PIN_INPUT_PULLUP | MUX_MODE3) /* mcspi1_cs1.sdmmc3_cmd */
168 OMAP3_CORE1_IOPAD(0x21d2, PIN_INPUT_PULLUP | MUX_MODE3) /* mcspi1_cs2.sdmmc_clk */
169 >;
170 };
Adam Fordd0331d42022-02-26 10:49:47 -0600171
Adam Ford063da122017-04-17 08:09:43 -0500172 mcbsp2_pins: pinmux_mcbsp2_pins {
173 pinctrl-single,pins = <
174 OMAP3_CORE1_IOPAD(0x213c, PIN_INPUT | MUX_MODE0) /* mcbsp2_fsx */
175 OMAP3_CORE1_IOPAD(0x213e, PIN_INPUT | MUX_MODE0) /* mcbsp2_clkx */
176 OMAP3_CORE1_IOPAD(0x2140, PIN_INPUT | MUX_MODE0) /* mcbsp2_dr */
177 OMAP3_CORE1_IOPAD(0x2142, PIN_OUTPUT | MUX_MODE0) /* mcbsp2_dx */
178 >;
179 };
180 uart2_pins: pinmux_uart2_pins {
181 pinctrl-single,pins = <
182 OMAP3_CORE1_IOPAD(0x2174, PIN_INPUT | MUX_MODE0) /* uart2_cts.uart2_cts */
183 OMAP3_CORE1_IOPAD(0x2176, PIN_OUTPUT | MUX_MODE0) /* uart2_rts .uart2_rts*/
184 OMAP3_CORE1_IOPAD(0x2178, PIN_OUTPUT | MUX_MODE0) /* uart2_tx.uart2_tx */
185 OMAP3_CORE1_IOPAD(0x217a, PIN_INPUT | MUX_MODE0) /* uart2_rx.uart2_rx */
186 OMAP3_CORE1_IOPAD(0x2198, PIN_OUTPUT | MUX_MODE4) /* GPIO_162,BT_EN */
187 >;
188 };
Adam Fordd0331d42022-02-26 10:49:47 -0600189
Adam Ford063da122017-04-17 08:09:43 -0500190 mcspi1_pins: pinmux_mcspi1_pins {
191 pinctrl-single,pins = <
192 OMAP3_CORE1_IOPAD(0x21c8, PIN_INPUT | MUX_MODE0) /* mcspi1_clk.mcspi1_clk */
193 OMAP3_CORE1_IOPAD(0x21ca, PIN_OUTPUT | MUX_MODE0) /* mcspi1_simo.mcspi1_simo */
194 OMAP3_CORE1_IOPAD(0x21cc, PIN_INPUT_PULLUP | MUX_MODE0) /* mcspi1_somi.mcspi1_somi */
195 OMAP3_CORE1_IOPAD(0x21ce, PIN_OUTPUT | MUX_MODE0) /* mcspi1_cs0.mcspi1_cs0 */
196 >;
197 };
198
199 hsusb2_pins: pinmux_hsusb2_pins {
200 pinctrl-single,pins = <
201 OMAP3_CORE1_IOPAD(0x21d4, PIN_INPUT_PULLDOWN | MUX_MODE3) /* mcspi1_cs3.hsusb2_data2 */
202 OMAP3_CORE1_IOPAD(0x21d6, PIN_INPUT_PULLDOWN | MUX_MODE3) /* mcspi2_clk.hsusb2_data7 */
203 OMAP3_CORE1_IOPAD(0x21d8, PIN_INPUT_PULLDOWN | MUX_MODE3) /* mcspi2_simo.hsusb2_data4 */
204 OMAP3_CORE1_IOPAD(0x21da, PIN_INPUT_PULLDOWN | MUX_MODE3) /* mcspi2_somi.hsusb2_data5 */
205 OMAP3_CORE1_IOPAD(0x21dc, PIN_INPUT_PULLDOWN | MUX_MODE3) /* mcspi2_cs0.hsusb2_data6 */
206 OMAP3_CORE1_IOPAD(0x21de, PIN_INPUT_PULLDOWN | MUX_MODE3) /* mcspi2_cs1.hsusb2_data3 */
207 >;
208 };
209
210 hsusb_otg_pins: pinmux_hsusb_otg_pins {
211 pinctrl-single,pins = <
212 OMAP3_CORE1_IOPAD(0x21a2, PIN_INPUT | MUX_MODE0) /* hsusb0_clk.hsusb0_clk */
213 OMAP3_CORE1_IOPAD(0x21a4, PIN_OUTPUT | MUX_MODE0) /* hsusb0_stp.hsusb0_stp */
214 OMAP3_CORE1_IOPAD(0x21a6, PIN_INPUT | MUX_MODE0) /* hsusb0_dir.hsusb0_dir */
215 OMAP3_CORE1_IOPAD(0x21a8, PIN_INPUT | MUX_MODE0) /* hsusb0_nxt.hsusb0_nxt */
216 OMAP3_CORE1_IOPAD(0x21aa, PIN_INPUT | MUX_MODE0) /* hsusb0_data0.hsusb0_data0 */
217 OMAP3_CORE1_IOPAD(0x21ac, PIN_INPUT | MUX_MODE0) /* hsusb0_data1.hsusb0_data1 */
218 OMAP3_CORE1_IOPAD(0x21ae, PIN_INPUT | MUX_MODE0) /* hsusb0_data2.hsusb0_data2 */
219 OMAP3_CORE1_IOPAD(0x21b0, PIN_INPUT | MUX_MODE0) /* hsusb0_data3.hsusb0_data3 */
220 OMAP3_CORE1_IOPAD(0x21b2, PIN_INPUT | MUX_MODE0) /* hsusb0_data4.hsusb0_data4 */
221 OMAP3_CORE1_IOPAD(0x21b4, PIN_INPUT | MUX_MODE0) /* hsusb0_data5.hsusb0_data5 */
222 OMAP3_CORE1_IOPAD(0x21b6, PIN_INPUT | MUX_MODE0) /* hsusb0_data6.hsusb0_data6 */
223 OMAP3_CORE1_IOPAD(0x21b8, PIN_INPUT | MUX_MODE0) /* hsusb0_data7.hsusb0_data7 */
224 >;
225 };
226
Adam Ford5448ff32018-07-09 20:18:44 -0500227 i2c1_pins: pinmux_i2c1_pins {
228 pinctrl-single,pins = <
229 OMAP3_CORE1_IOPAD(0x21ba, PIN_INPUT | MUX_MODE0) /* i2c1_scl.i2c1_scl */
230 OMAP3_CORE1_IOPAD(0x21bc, PIN_INPUT | MUX_MODE0) /* i2c1_sda.i2c1_sda */
231 OMAP3_CORE1_IOPAD(0x20ba, PIN_OUTPUT | MUX_MODE4) /* gpmc_ncs6.gpio_57 */
232 >;
233 };
Adam Ford063da122017-04-17 08:09:43 -0500234
Adam Ford5adbc0e2019-08-20 07:20:58 -0500235 i2c2_pins: pinmux_i2c2_pins {
236 pinctrl-single,pins = <
237 OMAP3_CORE1_IOPAD(0x21be, PIN_INPUT | MUX_MODE0) /* i2c2_scl */
238 OMAP3_CORE1_IOPAD(0x21c0, PIN_INPUT | MUX_MODE0) /* i2c2_sda */
239 >;
240 };
241
242 i2c3_pins: pinmux_i2c3_pins {
243 pinctrl-single,pins = <
244 OMAP3_CORE1_IOPAD(0x21c2, PIN_INPUT | MUX_MODE0) /* i2c3_scl */
245 OMAP3_CORE1_IOPAD(0x21c4, PIN_INPUT | MUX_MODE0) /* i2c3_sda */
246 >;
247 };
248
Adam Ford5448ff32018-07-09 20:18:44 -0500249 tsc2004_pins: pinmux_tsc2004_pins {
250 pinctrl-single,pins = <
251 OMAP3_CORE1_IOPAD(0x2186, PIN_INPUT | MUX_MODE4) /* mcbsp4_dr.gpio_153 */
252 >;
253 };
Adam Ford063da122017-04-17 08:09:43 -0500254};
255
256&omap3_pmx_wkup {
Adam Fordd0331d42022-02-26 10:49:47 -0600257
Adam Ford063da122017-04-17 08:09:43 -0500258 hsusb2_reset_pin: pinmux_hsusb1_reset_pin {
259 pinctrl-single,pins = <
260 OMAP3_WKUP_IOPAD(0x2a0e, PIN_OUTPUT | MUX_MODE4) /* sys_boot2.gpio_4 */
261 >;
262 };
Adam Fordd0331d42022-02-26 10:49:47 -0600263
Adam Ford7f586d62018-03-05 04:16:33 -0600264 wl127x_gpio: pinmux_wl127x_gpio_pin {
265 pinctrl-single,pins = <
Adam Ford5448ff32018-07-09 20:18:44 -0500266 OMAP3_WKUP_IOPAD(0x2a0a, PIN_INPUT | MUX_MODE4) /* sys_boot0.gpio_2 */
Adam Ford7f586d62018-03-05 04:16:33 -0600267 OMAP3_WKUP_IOPAD(0x2a0c, PIN_OUTPUT | MUX_MODE4) /* sys_boot1.gpio_3 */
268 >;
269 };
Adam Fordfaef5b32018-12-03 08:15:59 -0600270};
271
Adam Ford063da122017-04-17 08:09:43 -0500272&uart2 {
273 interrupts-extended = <&intc 73 &omap3_pmx_core OMAP3_UART2_RX>;
274 pinctrl-names = "default";
275 pinctrl-0 = <&uart2_pins>;
276};
277
278&mcspi1 {
279 pinctrl-names = "default";
280 pinctrl-0 = <&mcspi1_pins>;
281};
282
283#include "twl4030.dtsi"
284#include "twl4030_omap3.dtsi"
285
Adam Ford5448ff32018-07-09 20:18:44 -0500286&vaux3 {
287 regulator-min-microvolt = <2800000>;
288 regulator-max-microvolt = <2800000>;
289};
290
Adam Ford063da122017-04-17 08:09:43 -0500291&twl {
292 twl_power: power {
293 compatible = "ti,twl4030-power-idle-osc-off", "ti,twl4030-power-idle";
294 ti,use_poweroff;
295 };
296};
297
298&twl_gpio {
299 ti,use-leds;
300};