]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/gnu/dts/arm/logicpd-torpedo-baseboard.dtsi
MFV r358511,r358532:
[FreeBSD/FreeBSD.git] / sys / gnu / dts / arm / logicpd-torpedo-baseboard.dtsi
1 // SPDX-License-Identifier: GPL-2.0-only
2
3 / {
4         gpio_keys {
5                 compatible = "gpio-keys";
6                 pinctrl-names = "default";
7                 pinctrl-0 = <&gpio_key_pins &gpio_key_pins_wkup>;
8
9                 sysboot2 {
10                         label = "sysboot2";
11                         gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;     /* gpio2 */
12                         linux,code = <BTN_0>;
13                         wakeup-source;
14                 };
15
16                 sysboot5 {
17                         label = "sysboot5";
18                         gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;     /* gpio7 */
19                         linux,code = <BTN_1>;
20                         wakeup-source;
21                 };
22
23                 gpio1 {
24                         label = "gpio1";
25                         gpios = <&gpio6 21 GPIO_ACTIVE_LOW>;    /* gpio181 */
26                         linux,code = <BTN_2>;
27                         wakeup-source;
28                 };
29
30                 gpio2 {
31                         label = "gpio2";
32                         gpios = <&gpio6 18 GPIO_ACTIVE_LOW>;    /* gpio178 */
33                         linux,code = <BTN_3>;
34                         wakeup-source;
35                 };
36         };
37
38         sound {
39                 compatible = "ti,omap-twl4030";
40                 ti,model = "omap3logic";
41                 ti,mcbsp = <&mcbsp2>;
42         };
43
44         leds {
45                 compatible = "gpio-leds";
46                 pinctrl-names = "default";
47                 pinctrl-0 = <&led_pins>;
48
49                 led1 {
50                         label = "led1";
51                         gpios = <&gpio6 20 GPIO_ACTIVE_HIGH>;   /* gpio180 */
52                         linux,default-trigger = "cpu0";
53                 };
54
55                 led2 {
56                         label = "led2";
57                         gpios = <&gpio6 19 GPIO_ACTIVE_HIGH>;   /* gpio179 */
58                         linux,default-trigger = "none";
59                 };
60         };
61
62         pwm10: dmtimer-pwm {
63                 compatible = "ti,omap-dmtimer-pwm";
64                 pinctrl-names = "default";
65                 pinctrl-0 = <&pwm_pins>;
66                 ti,timers = <&timer10>;
67                 #pwm-cells = <3>;
68         };
69
70 };
71
72 &vaux1 {
73         regulator-min-microvolt = <3000000>;
74         regulator-max-microvolt = <3000000>;
75 };
76
77 &vaux4 {
78         regulator-min-microvolt = <1800000>;
79         regulator-max-microvolt = <1800000>;
80 };
81
82 &mcbsp2 {
83         status = "okay";
84 };
85
86 &charger {
87         ti,bb-uvolt = <3200000>;
88         ti,bb-uamp = <150>;
89 };
90
91 &gpmc {
92         ranges = <0 0 0x30000000 0x1000000      /* CS0: 16MB for NAND */
93                   1 0 0x2c000000 0x1000000>;    /* CS1: 16MB for LAN9221 */
94
95         ethernet@gpmc {
96                 pinctrl-names = "default";
97                 pinctrl-0 = <&lan9221_pins>;
98                 interrupt-parent = <&gpio5>;
99                 interrupts = <1 IRQ_TYPE_LEVEL_LOW>;            /* gpio129 */
100                 reg = <1 0 0xff>;
101         };
102 };
103
104 &hdqw1w {
105         pinctrl-names = "default";
106         pinctrl-0 = <&hdq_pins>;
107 };
108
109
110 &vpll2 {
111         regulator-always-on;
112 };
113
114 &dss {
115         status = "ok";
116         vdds_dsi-supply = <&vpll2>;
117         vdda_video-supply = <&vpll2>;
118         pinctrl-names = "default";
119         pinctrl-0 = <&dss_dpi_pins1>;
120         port {
121                 dpi_out: endpoint {
122                         remote-endpoint = <&lcd_in>;
123                         data-lines = <16>;
124                 };
125         };
126 };
127
128 / {
129         aliases {
130                 display0 = &lcd0;
131         };
132
133         lcd0: display {
134                 /* This isn't the exact LCD, but the timings meet spec */
135                 compatible = "newhaven,nhd-4.3-480272ef-atxl";
136                 label = "15";
137                 pinctrl-names = "default";
138                 pinctrl-0 = <&panel_pwr_pins>;
139                 backlight = <&bl>;
140                 enable-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>;
141                 port {
142                         lcd_in: endpoint {
143                                 remote-endpoint = <&dpi_out>;
144                         };
145                 };
146         };
147
148         bl: backlight {
149                 compatible = "pwm-backlight";
150                 pinctrl-names = "default";
151                 pinctrl-0 = <&backlight_pins>;
152                 pwms = <&pwm10 0 5000000 0>;
153                 brightness-levels = <0 10 20 30 40 50 60 70 80 90 100>;
154                 default-brightness-level = <7>;
155                 enable-gpios = <&gpio5 26 GPIO_ACTIVE_HIGH>; /* gpio_154 */
156         };
157 };
158
159 &mmc1 {
160         interrupts-extended = <&intc 83 &omap3_pmx_core 0x11a>;
161         pinctrl-names = "default";
162         pinctrl-0 = <&mmc1_pins &mmc1_cd>;
163         cd-gpios = <&gpio4 31 GPIO_ACTIVE_LOW>;         /* gpio127 */
164         vmmc-supply = <&vmmc1>;
165         bus-width = <4>;
166         cap-power-off-card;
167 };
168
169 &omap3_pmx_core {
170         gpio_key_pins: pinmux_gpio_key_pins {
171                 pinctrl-single,pins = <
172                         OMAP3_CORE1_IOPAD(0x21d6, PIN_INPUT_PULLUP | MUX_MODE4) /* mcspi2_clk.gpio_178 */
173                         OMAP3_CORE1_IOPAD(0x21dc, PIN_INPUT_PULLUP | MUX_MODE4) /* mcspi2_cs0.gpio_181 */
174                 >;
175         };
176
177         hdq_pins: hdq_pins {
178                 pinctrl-single,pins = <
179                         OMAP3_CORE1_IOPAD(0x21c6, PIN_INPUT_PULLUP | MUX_MODE0) /* hdq_sio */
180                 >;
181         };
182
183         pwm_pins: pinmux_pwm_pins {
184                 pinctrl-single,pins = <
185                         OMAP3_CORE1_IOPAD(0x20B8, PIN_OUTPUT | PIN_OFF_OUTPUT_LOW | MUX_MODE3)       /* gpmc_ncs5.gpt_10_pwm_evt */
186                 >;
187         };
188
189         led_pins: pinmux_led_pins {
190                 pinctrl-single,pins = <
191                         OMAP3_CORE1_IOPAD(0x21d8, PIN_OUTPUT | MUX_MODE4)       /* gpio_179 */
192                         OMAP3_CORE1_IOPAD(0x21da, PIN_OUTPUT | MUX_MODE4)       /* gpio_180 */
193                 >;
194         };
195
196         mmc1_pins: pinmux_mmc1_pins {
197                 pinctrl-single,pins = <
198                         OMAP3_CORE1_IOPAD(0x2144, PIN_OUTPUT | MUX_MODE0)       /* sdmmc1_clk.sdmmc1_clk */
199                         OMAP3_CORE1_IOPAD(0x2146, PIN_INPUT | MUX_MODE0)        /* sdmmc1_cmd.sdmmc1_cmd */
200                         OMAP3_CORE1_IOPAD(0x2148, PIN_INPUT | MUX_MODE0)        /* sdmmc1_dat0.sdmmc1_dat0 */
201                         OMAP3_CORE1_IOPAD(0x214a, PIN_INPUT | MUX_MODE0)        /* sdmmc1_dat1.sdmmc1_dat1 */
202                         OMAP3_CORE1_IOPAD(0x214c, PIN_INPUT | MUX_MODE0)        /* sdmmc1_dat2.sdmmc1_dat2 */
203                         OMAP3_CORE1_IOPAD(0x214e, PIN_INPUT | MUX_MODE0)        /* sdmmc1_dat3.sdmmc1_dat3 */
204                 >;
205         };
206
207         tsc2004_pins: pinmux_tsc2004_pins {
208                 pinctrl-single,pins = <
209                         OMAP3_CORE1_IOPAD(0x2186, PIN_INPUT | MUX_MODE4)        /* mcbsp4_dr.gpio_153 */
210                 >;
211         };
212
213         backlight_pins: pinmux_backlight_pins {
214                 pinctrl-single,pins = <
215                         OMAP3_CORE1_IOPAD(0x2188, PIN_OUTPUT | PIN_OFF_OUTPUT_LOW | MUX_MODE4)       /* mcbsp4_dx.gpio_154 */
216                 >;
217         };
218
219         isp_pins: pinmux_isp_pins {
220                 pinctrl-single,pins = <
221                         OMAP3_CORE1_IOPAD(0x210c, PIN_INPUT | MUX_MODE0)   /* cam_hs.cam_hs */
222                         OMAP3_CORE1_IOPAD(0x210e, PIN_INPUT | MUX_MODE0)   /* cam_vs.cam_vs */
223                         OMAP3_CORE1_IOPAD(0x2110, PIN_INPUT | MUX_MODE0)   /* cam_xclka.cam_xclka */
224                         OMAP3_CORE1_IOPAD(0x2112, PIN_INPUT | MUX_MODE0)   /* cam_pclk.cam_pclk */
225
226                         OMAP3_CORE1_IOPAD(0x2116, PIN_INPUT | MUX_MODE0)   /* cam_d0.cam_d0 */
227                         OMAP3_CORE1_IOPAD(0x2118, PIN_INPUT | MUX_MODE0)   /* cam_d1.cam_d1 */
228                         OMAP3_CORE1_IOPAD(0x211a, PIN_INPUT | MUX_MODE0)   /* cam_d2.cam_d2 */
229                         OMAP3_CORE1_IOPAD(0x211c, PIN_INPUT | MUX_MODE0)   /* cam_d3.cam_d3 */
230                         OMAP3_CORE1_IOPAD(0x211e, PIN_INPUT | MUX_MODE0)   /* cam_d4.cam_d4 */
231                         OMAP3_CORE1_IOPAD(0x2120, PIN_INPUT | MUX_MODE0)   /* cam_d5.cam_d5 */
232                         OMAP3_CORE1_IOPAD(0x2122, PIN_INPUT | MUX_MODE0)   /* cam_d6.cam_d6 */
233                         OMAP3_CORE1_IOPAD(0x2124, PIN_INPUT | MUX_MODE0)   /* cam_d7.cam_d7 */
234                 >;
235         };
236
237         panel_pwr_pins: pinmux_panel_pwr_pins {
238                 pinctrl-single,pins = <
239                         OMAP3_CORE1_IOPAD(0x218a, PIN_OUTPUT | PIN_OFF_OUTPUT_LOW | MUX_MODE4)       /* mcbsp4_fs.gpio_155 */
240                 >;
241         };
242
243         dss_dpi_pins1: pinmux_dss_dpi_pins1 {
244                 pinctrl-single,pins = <
245                         OMAP3_CORE1_IOPAD(0x20d4, PIN_OUTPUT_PULLDOWN | PIN_OFF_OUTPUT_LOW | MUX_MODE0)   /* dss_pclk.dss_pclk */
246                         OMAP3_CORE1_IOPAD(0x20d6, PIN_OUTPUT_PULLDOWN | PIN_OFF_OUTPUT_LOW | MUX_MODE0)   /* dss_hsync.dss_hsync */
247                         OMAP3_CORE1_IOPAD(0x20d8, PIN_OUTPUT_PULLDOWN | PIN_OFF_OUTPUT_LOW | MUX_MODE0)   /* dss_vsync.dss_vsync */
248                         OMAP3_CORE1_IOPAD(0x20da, PIN_OUTPUT_PULLDOWN | PIN_OFF_OUTPUT_LOW | MUX_MODE0)   /* dss_acbias.dss_acbias */
249
250                         OMAP3_CORE1_IOPAD(0x20e8, PIN_OUTPUT_PULLDOWN | PIN_OFF_OUTPUT_LOW | MUX_MODE0)   /* dss_data6.dss_data6 */
251                         OMAP3_CORE1_IOPAD(0x20ea, PIN_OUTPUT_PULLDOWN | PIN_OFF_OUTPUT_LOW | MUX_MODE0)   /* dss_data7.dss_data7 */
252                         OMAP3_CORE1_IOPAD(0x20ec, PIN_OUTPUT_PULLDOWN | PIN_OFF_OUTPUT_LOW | MUX_MODE0)   /* dss_data8.dss_data8 */
253                         OMAP3_CORE1_IOPAD(0x20ee, PIN_OUTPUT_PULLDOWN | PIN_OFF_OUTPUT_LOW | MUX_MODE0)   /* dss_data9.dss_data9 */
254                         OMAP3_CORE1_IOPAD(0x20f0, PIN_OUTPUT_PULLDOWN | PIN_OFF_OUTPUT_LOW | MUX_MODE0)   /* dss_data10.dss_data10 */
255                         OMAP3_CORE1_IOPAD(0x20f2, PIN_OUTPUT_PULLDOWN | PIN_OFF_OUTPUT_LOW | MUX_MODE0)   /* dss_data11.dss_data11 */
256                         OMAP3_CORE1_IOPAD(0x20f4, PIN_OUTPUT_PULLDOWN | PIN_OFF_OUTPUT_LOW | MUX_MODE0)   /* dss_data12.dss_data12 */
257                         OMAP3_CORE1_IOPAD(0x20f6, PIN_OUTPUT_PULLDOWN | PIN_OFF_OUTPUT_LOW | MUX_MODE0)   /* dss_data13.dss_data13 */
258                         OMAP3_CORE1_IOPAD(0x20f8, PIN_OUTPUT_PULLDOWN | PIN_OFF_OUTPUT_LOW | MUX_MODE0)   /* dss_data14.dss_data14 */
259                         OMAP3_CORE1_IOPAD(0x20fa, PIN_OUTPUT_PULLDOWN | PIN_OFF_OUTPUT_LOW | MUX_MODE0)   /* dss_data15.dss_data15 */
260                         OMAP3_CORE1_IOPAD(0x20fc, PIN_OUTPUT_PULLDOWN | PIN_OFF_OUTPUT_LOW | MUX_MODE0)   /* dss_data16.dss_data16 */
261                         OMAP3_CORE1_IOPAD(0x20fe, PIN_OUTPUT_PULLDOWN | PIN_OFF_OUTPUT_LOW | MUX_MODE0)   /* dss_data17.dss_data17 */
262
263                         OMAP3_CORE1_IOPAD(0x2100, PIN_OUTPUT_PULLDOWN | PIN_OFF_OUTPUT_LOW | MUX_MODE3)   /* dss_data18.dss_data0 */
264                         OMAP3_CORE1_IOPAD(0x2102, PIN_OUTPUT_PULLDOWN | PIN_OFF_OUTPUT_LOW | MUX_MODE3)   /* dss_data19.dss_data1 */
265                         OMAP3_CORE1_IOPAD(0x2104, PIN_OUTPUT_PULLDOWN | PIN_OFF_OUTPUT_LOW | MUX_MODE3)   /* dss_data20.dss_data2 */
266                         OMAP3_CORE1_IOPAD(0x2106, PIN_OUTPUT_PULLDOWN | PIN_OFF_OUTPUT_LOW | MUX_MODE3)   /* dss_data21.dss_data3 */
267                         OMAP3_CORE1_IOPAD(0x2108, PIN_OUTPUT_PULLDOWN | PIN_OFF_OUTPUT_LOW | MUX_MODE3)   /* dss_data22.dss_data4 */
268                         OMAP3_CORE1_IOPAD(0x210a, PIN_OUTPUT_PULLDOWN | PIN_OFF_OUTPUT_LOW | MUX_MODE3)   /* dss_data23.dss_data5 */
269                 >;
270         };
271 };
272
273 &omap3_pmx_wkup {
274         gpio_key_pins_wkup: pinmux_gpio_key_pins_wkup {
275                 pinctrl-single,pins = <
276                         OMAP3_WKUP_IOPAD(0x2a0a, PIN_INPUT_PULLUP | MUX_MODE4)  /* sys_boot0.gpio_2 */
277                         OMAP3_WKUP_IOPAD(0x2a14, PIN_INPUT_PULLUP | MUX_MODE4)  /* sys_boot5.gpio_7 */
278                 >;
279         };
280
281         lan9221_pins: pinmux_lan9221_pins {
282                 pinctrl-single,pins = <
283                         OMAP3_WKUP_IOPAD(0x2a5a, PIN_INPUT | MUX_MODE4)         /* reserved.gpio_129 */
284                 >;
285         };
286
287         mmc1_cd: pinmux_mmc1_cd {
288                 pinctrl-single,pins = <
289                         OMAP3_WKUP_IOPAD(0x2a54, PIN_INPUT_PULLUP | MUX_MODE4)  /* reserved.gpio_127 */
290                 >;
291         };
292 };
293
294 &i2c2 {
295         mt9p031@48 {
296                 compatible = "aptina,mt9p031";
297                 reg = <0x48>;
298                 clocks = <&isp 0>;
299                 vaa-supply = <&vaux4>;
300                 vdd-supply = <&vaux4>;
301                 vdd_io-supply = <&vaux4>;
302                 port {
303                         mt9p031_out: endpoint {
304                                 input-clock-frequency = <24000000>;
305                                 pixel-clock-frequency = <72000000>;
306                                 remote-endpoint = <&ccdc_ep>;
307                         };
308                 };
309         };
310 };
311
312 &i2c3 {
313         touchscreen: tsc2004@48 {
314                 compatible = "ti,tsc2004";
315                 reg = <0x48>;
316                 vio-supply = <&vaux1>;
317                 pinctrl-names = "default";
318                 pinctrl-0 = <&tsc2004_pins>;
319                 interrupts-extended = <&gpio5 25 IRQ_TYPE_EDGE_RISING>; /* gpio 153 */
320
321                 touchscreen-fuzz-x = <4>;
322                 touchscreen-fuzz-y = <7>;
323                 touchscreen-fuzz-pressure = <2>;
324                 touchscreen-size-x = <4096>;
325                 touchscreen-size-y = <4096>;
326                 touchscreen-max-pressure = <2048>;
327
328                 ti,x-plate-ohms = <280>;
329                 ti,esd-recovery-timeout-ms = <8000>;
330         };
331 };
332
333 &mcspi1 {
334         at25@0 {
335                 compatible = "atmel,at25";
336                 reg = <0>;
337                 spi-max-frequency = <5000000>;
338                 spi-cpha;
339                 spi-cpol;
340
341                 pagesize = <64>;
342                 size = <32768>;
343                 address-width = <16>;
344         };
345 };
346
347 &isp {
348         pinctrl-names = "default";
349         pinctrl-0 = <&isp_pins>;
350         ports {
351                 port@0 {
352                         reg = <0>;
353                         ccdc_ep: endpoint {
354                                 remote-endpoint = <&mt9p031_out>;
355                                 bus-width = <8>;
356                                 hsync-active = <1>;
357                                 vsync-active = <1>;
358                                 pclk-sample = <0>;
359                         };
360                 };
361         };
362 };
363
364 &uart1 {
365         interrupts-extended = <&intc 72 &omap3_pmx_core OMAP3_UART1_RX>;
366 };
367
368 /* Wired to the tps65950 on the SOM, only the USB connector is on the devkit */
369 &usb_otg_hs {
370         pinctrl-names = "default";
371         pinctrl-0 = <&hsusb_otg_pins>;
372         interface-type = <0>;
373         usb-phy = <&usb2_phy>;
374         phys = <&usb2_phy>;
375         phy-names = "usb2-phy";
376         mode = <3>;
377         power = <50>;
378 };