blob: 805dfd40030dc934cb3e1d32031a8eec50feec0c [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001// SPDX-License-Identifier: GPL-2.0-only
Florian Vaussard5eb9b5e2014-02-24 18:07:48 +01002/*
3 * Copyright (C) 2014 Florian Vaussard, EPFL Mobots group
Florian Vaussard5eb9b5e2014-02-24 18:07:48 +01004 */
5
6#include "omap443x.dtsi"
Tony Lindgrened01ffd2019-04-09 09:00:53 -07007#include "omap4-mcpdm.dtsi"
Florian Vaussard5eb9b5e2014-02-24 18:07:48 +01008
9/ {
10 model = "Gumstix Duovero";
11 compatible = "gumstix,omap4-duovero", "ti,omap4430", "ti,omap4";
12
Tony Lindgrenbfaa1062017-05-22 09:13:46 -070013 chosen {
14 stdout-path = &uart3;
15 };
16
Javier Martinez Canillas742ae1f2016-08-31 12:35:28 +020017 memory@80000000 {
Florian Vaussard5eb9b5e2014-02-24 18:07:48 +010018 device_type = "memory";
19 reg = <0x80000000 0x40000000>; /* 1 GB */
20 };
21
22 sound {
23 compatible = "ti,abe-twl6040";
24 ti,model = "DuoVero";
25
26 ti,mclk-freq = <38400000>;
27
28 ti,mcpdm = <&mcpdm>;
29
30 ti,twl6040 = <&twl6040>;
31
32 /* Audio routing */
33 ti,audio-routing =
34 "Headset Stereophone", "HSOL",
35 "Headset Stereophone", "HSOR",
36 "HSMIC", "Headset Mic",
37 "Headset Mic", "Headset Mic Bias";
38 };
39
40 /* HS USB Host PHY on PORT 1 */
41 hsusb1_phy: hsusb1_phy {
42 compatible = "usb-nop-xceiv";
43 reset-gpios = <&gpio2 30 GPIO_ACTIVE_LOW>; /* gpio_62 */
Rob Herringf568f6f2017-11-09 16:26:13 -060044 #phy-cells = <0>;
Florian Vaussard5eb9b5e2014-02-24 18:07:48 +010045
46 pinctrl-names = "default";
47 pinctrl-0 = <&hsusb1phy_pins>;
48
49 clocks = <&auxclk3_ck>;
50 clock-names = "main_clk";
51 clock-frequency = <19200000>;
52 };
53
54 /* regulator for w2cbw0015 on sdio5 */
55 w2cbw0015_vmmc: w2cbw0015_vmmc {
56 pinctrl-names = "default";
57 pinctrl-0 = <&w2cbw0015_pins>;
58 compatible = "regulator-fixed";
59 regulator-name = "w2cbw0015";
60 regulator-min-microvolt = <3000000>;
61 regulator-max-microvolt = <3000000>;
62 gpio = <&gpio2 11 GPIO_ACTIVE_LOW>; /* gpio_43 */
63 startup-delay-us = <70000>;
64 enable-active-high;
65 regulator-boot-on;
66 };
67};
68
69&omap4_pmx_core {
70 pinctrl-names = "default";
71 pinctrl-0 = <
72 &twl6040_pins
Florian Vaussard5eb9b5e2014-02-24 18:07:48 +010073 &hsusbb1_pins
74 >;
75
76 twl6040_pins: pinmux_twl6040_pins {
77 pinctrl-single,pins = <
Joachim Eastwood5efa9942014-05-17 14:06:59 +020078 OMAP4_IOPAD(0x166, PIN_OUTPUT | MUX_MODE3) /* usbb2_ulpitll_nxt.gpio_160 */
79 OMAP4_IOPAD(0x1a0, PIN_INPUT | MUX_MODE0) /* sys_nirq2.sys_nirq2 */
Florian Vaussard5eb9b5e2014-02-24 18:07:48 +010080 >;
81 };
82
Florian Vaussard5eb9b5e2014-02-24 18:07:48 +010083 mcbsp1_pins: pinmux_mcbsp1_pins {
84 pinctrl-single,pins = <
Joachim Eastwood5efa9942014-05-17 14:06:59 +020085 OMAP4_IOPAD(0x0fe, PIN_INPUT | MUX_MODE0) /* abe_mcbsp1_clkx.abe_mcbsp1_clkx */
86 OMAP4_IOPAD(0x100, PIN_INPUT_PULLDOWN | MUX_MODE0) /* abe_mcbsp1_dr.abe_mcbsp1_dr */
87 OMAP4_IOPAD(0x102, PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* abe_mcbsp1_dx.abe_mcbsp1_dx */
88 OMAP4_IOPAD(0x104, PIN_INPUT | MUX_MODE0) /* abe_mcbsp1_fsx.abe_mcbsp1_fsx */
Florian Vaussard5eb9b5e2014-02-24 18:07:48 +010089 >;
90 };
91
92 hsusbb1_pins: pinmux_hsusbb1_pins {
93 pinctrl-single,pins = <
Joachim Eastwood5efa9942014-05-17 14:06:59 +020094 OMAP4_IOPAD(0x0c2, PIN_INPUT_PULLDOWN | MUX_MODE4) /* usbb1_ulpitll_clk.usbb1_ulpiphy_clk */
95 OMAP4_IOPAD(0x0c4, PIN_OUTPUT | MUX_MODE4) /* usbb1_ulpitll_stp.usbb1_ulpiphy_stp */
96 OMAP4_IOPAD(0x0c6, PIN_INPUT_PULLDOWN | MUX_MODE4) /* usbb1_ulpitll_dir.usbb1_ulpiphy_dir */
97 OMAP4_IOPAD(0x0c8, PIN_INPUT_PULLDOWN | MUX_MODE4) /* usbb1_ulpitll_nxt.usbb1_ulpiphy_nxt */
98 OMAP4_IOPAD(0x0ca, PIN_INPUT_PULLDOWN | MUX_MODE4) /* usbb1_ulpitll_dat0.usbb1_ulpiphy_dat0 */
99 OMAP4_IOPAD(0x0cc, PIN_INPUT_PULLDOWN | MUX_MODE4) /* usbb1_ulpitll_dat1.usbb1_ulpiphy_dat1 */
100 OMAP4_IOPAD(0x0ce, PIN_INPUT_PULLDOWN | MUX_MODE4) /* usbb1_ulpitll_dat2.usbb1_ulpiphy_dat2 */
101 OMAP4_IOPAD(0x0d0, PIN_INPUT_PULLDOWN | MUX_MODE4) /* usbb1_ulpitll_dat3.usbb1_ulpiphy_dat3 */
102 OMAP4_IOPAD(0x0d2, PIN_INPUT_PULLDOWN | MUX_MODE4) /* usbb1_ulpitll_dat4.usbb1_ulpiphy_dat4 */
103 OMAP4_IOPAD(0x0d4, PIN_INPUT_PULLDOWN | MUX_MODE4) /* usbb1_ulpitll_dat5.usbb1_ulpiphy_dat5 */
104 OMAP4_IOPAD(0x0d6, PIN_INPUT_PULLDOWN | MUX_MODE4) /* usbb1_ulpitll_dat6.usbb1_ulpiphy_dat6 */
105 OMAP4_IOPAD(0x0d8, PIN_INPUT_PULLDOWN | MUX_MODE4) /* usbb1_ulpitll_dat7.usbb1_ulpiphy_dat7 */
Florian Vaussard5eb9b5e2014-02-24 18:07:48 +0100106 >;
107 };
108
109 hsusb1phy_pins: pinmux_hsusb1phy_pins {
110 pinctrl-single,pins = <
Joachim Eastwood5efa9942014-05-17 14:06:59 +0200111 OMAP4_IOPAD(0x08c, PIN_OUTPUT | MUX_MODE3) /* gpmc_wait1.gpio_62 */
Florian Vaussard5eb9b5e2014-02-24 18:07:48 +0100112 >;
113 };
114
115 w2cbw0015_pins: pinmux_w2cbw0015_pins {
116 pinctrl-single,pins = <
Joachim Eastwood5efa9942014-05-17 14:06:59 +0200117 OMAP4_IOPAD(0x066, PIN_OUTPUT | MUX_MODE3) /* gpmc_a19.gpio_43 */
118 OMAP4_IOPAD(0x07a, PIN_INPUT | MUX_MODE3) /* gpmc_ncs3.gpio_53 */
Florian Vaussard5eb9b5e2014-02-24 18:07:48 +0100119 >;
120 };
121
122 i2c1_pins: pinmux_i2c1_pins {
123 pinctrl-single,pins = <
Joachim Eastwood5efa9942014-05-17 14:06:59 +0200124 OMAP4_IOPAD(0x122, PIN_INPUT_PULLUP | MUX_MODE0) /* i2c1_scl */
125 OMAP4_IOPAD(0x124, PIN_INPUT_PULLUP | MUX_MODE0) /* i2c1_sda */
Florian Vaussard5eb9b5e2014-02-24 18:07:48 +0100126 >;
127 };
128
129 i2c4_pins: pinmux_i2c4_pins {
130 pinctrl-single,pins = <
Joachim Eastwood5efa9942014-05-17 14:06:59 +0200131 OMAP4_IOPAD(0x12e, PIN_INPUT_PULLUP | MUX_MODE0) /* i2c4_scl */
132 OMAP4_IOPAD(0x130, PIN_INPUT_PULLUP | MUX_MODE0) /* i2c4_sda */
Florian Vaussard5eb9b5e2014-02-24 18:07:48 +0100133 >;
134 };
135
136 mmc1_pins: pinmux_mmc1_pins {
137 pinctrl-single,pins = <
Joachim Eastwood5efa9942014-05-17 14:06:59 +0200138 OMAP4_IOPAD(0x0e2, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_clk */
139 OMAP4_IOPAD(0x0e4, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmcc1_cmd */
140 OMAP4_IOPAD(0x0e6, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmcc1_dat0 */
141 OMAP4_IOPAD(0x0e8, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat1 */
142 OMAP4_IOPAD(0x0ea, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat2 */
143 OMAP4_IOPAD(0x0ec, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat3 */
Florian Vaussard5eb9b5e2014-02-24 18:07:48 +0100144 >;
145 };
146
147 mmc5_pins: pinmux_mmc5_pins {
148 pinctrl-single,pins = <
Joachim Eastwood5efa9942014-05-17 14:06:59 +0200149 OMAP4_IOPAD(0x148, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc5_clk */
150 OMAP4_IOPAD(0x14a, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmcc5_cmd */
151 OMAP4_IOPAD(0x14c, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmcc5_dat0 */
152 OMAP4_IOPAD(0x14e, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc5_dat1 */
153 OMAP4_IOPAD(0x150, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc5_dat2 */
154 OMAP4_IOPAD(0x152, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc5_dat3 */
Florian Vaussard5eb9b5e2014-02-24 18:07:48 +0100155 >;
156 };
157};
158
159/* PMIC */
160&i2c1 {
161 pinctrl-names = "default";
162 pinctrl-0 = <&i2c1_pins>;
163
164 clock-frequency = <400000>;
165
166 twl: twl@48 {
167 reg = <0x48>;
168 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>; /* IRQ_SYS_1N cascaded to gic */
Florian Vaussard5eb9b5e2014-02-24 18:07:48 +0100169 };
170
171 twl6040: twl@4b {
172 compatible = "ti,twl6040";
Peter Ujfalusid471c272016-05-30 11:55:18 +0300173 #clock-cells = <0>;
Florian Vaussard5eb9b5e2014-02-24 18:07:48 +0100174 reg = <0x4b>;
175 interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>; /* IRQ_SYS_2N cascaded to gic */
Florian Vaussard5eb9b5e2014-02-24 18:07:48 +0100176 ti,audpwron-gpio = <&gpio6 0 GPIO_ACTIVE_HIGH>; /* gpio_160 */
177
178 vio-supply = <&v1v8>;
179 v2v1-supply = <&v2v1>;
180 enable-active-high;
181 };
182};
183
184#include "twl6030.dtsi"
185#include "twl6030_omap4.dtsi"
186
187/* on-board bluetooth / WiFi module */
188&i2c4 {
189 pinctrl-names = "default";
190 pinctrl-0 = <&i2c4_pins>;
191
192 clock-frequency = <400000>;
193};
194
Joachim Eastwoodd712ff62014-05-17 14:07:00 +0200195&mcbsp1 {
196 pinctrl-names = "default";
197 pinctrl-0 = <&mcbsp1_pins>;
198 status = "okay";
199};
200
Florian Vaussard5eb9b5e2014-02-24 18:07:48 +0100201&mmc1 {
202 pinctrl-names = "default";
203 pinctrl-0 = <&mmc1_pins>;
204
205 vmmc-supply = <&vmmc>;
206 ti,bus-width = <4>;
207 ti,non-removable; /* FIXME: use PMIC_MMC detect */
208};
209
210&mmc2 {
211 status = "disabled";
212};
213
214/* mmc3 is available to the expansion board */
215
216&mmc4 {
217 status = "disabled";
218};
219
220/* on-board WiFi module */
221&mmc5 {
222 pinctrl-names = "default";
223 pinctrl-0 = <&mmc5_pins>;
224
225 vmmc-supply = <&w2cbw0015_vmmc>;
226 ti,bus-width = <4>;
227 ti,non-removable;
228 cap-power-off-card;
Tony Lindgren731b4092018-07-02 23:57:32 -0700229 keep-power-in-suspend;
Florian Vaussard5eb9b5e2014-02-24 18:07:48 +0100230};
231
232&twl_usb_comparator {
233 usb-supply = <&vusb>;
234};
235
236&usb_otg_hs {
237 interface-type = <1>;
238 mode = <3>;
239 power = <50>;
240};
241
242&usbhshost {
243 port1-mode = "ehci-phy";
244};
245
246&usbhsehci {
247 phys = <&hsusb1_phy>;
248};
249