blob: e222d2d2cb4496df351d862281583da3db74517d [file] [log] [blame]
Ludovic Barrebcc4f4e2018-02-26 16:49:18 +01001// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2/*
3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved
4 * Author: Ludovic Barre <ludovic.barre@st.com> for STMicroelectronics.
5 */
6/dts-v1/;
7
8#include "stm32mp157c-ed1.dts"
Yannick Fertré67330592018-09-20 16:33:52 +02009#include <dt-bindings/gpio/gpio.h>
Amelie Delaunay26196462019-05-10 09:49:55 +020010#include <dt-bindings/input/input.h>
Ludovic Barrebcc4f4e2018-02-26 16:49:18 +010011
12/ {
13 model = "STMicroelectronics STM32MP157C eval daughter on eval mother";
14 compatible = "st,stm32mp157c-ev1", "st,stm32mp157c-ed1", "st,stm32mp157";
15
16 chosen {
17 stdout-path = "serial0:115200n8";
18 };
19
20 aliases {
21 serial0 = &uart4;
Erwan Le Rayafc06662020-06-18 15:06:49 +020022 serial1 = &usart3;
Christophe Roulliera7419ff2018-06-26 15:12:23 +020023 ethernet0 = &ethernet0;
24 };
Yannick Fertré67330592018-09-20 16:33:52 +020025
Hugues Fruchetd0352eb2019-02-28 15:25:45 +010026 clocks {
27 clk_ext_camera: clk-ext-camera {
28 #clock-cells = <0>;
29 compatible = "fixed-clock";
30 clock-frequency = <24000000>;
31 };
32 };
33
Amelie Delaunay26196462019-05-10 09:49:55 +020034 joystick {
35 compatible = "gpio-keys";
Amelie Delaunay26196462019-05-10 09:49:55 +020036 pinctrl-0 = <&joystick_pins>;
37 pinctrl-names = "default";
38 button-0 {
39 label = "JoySel";
40 linux,code = <KEY_ENTER>;
41 interrupt-parent = <&stmfx_pinctrl>;
42 interrupts = <0 IRQ_TYPE_EDGE_RISING>;
43 };
44 button-1 {
45 label = "JoyDown";
46 linux,code = <KEY_DOWN>;
47 interrupt-parent = <&stmfx_pinctrl>;
48 interrupts = <1 IRQ_TYPE_EDGE_RISING>;
49 };
50 button-2 {
51 label = "JoyLeft";
52 linux,code = <KEY_LEFT>;
53 interrupt-parent = <&stmfx_pinctrl>;
54 interrupts = <2 IRQ_TYPE_EDGE_RISING>;
55 };
56 button-3 {
57 label = "JoyRight";
58 linux,code = <KEY_RIGHT>;
59 interrupt-parent = <&stmfx_pinctrl>;
60 interrupts = <3 IRQ_TYPE_EDGE_RISING>;
61 };
62 button-4 {
63 label = "JoyUp";
64 linux,code = <KEY_UP>;
65 interrupt-parent = <&stmfx_pinctrl>;
66 interrupts = <4 IRQ_TYPE_EDGE_RISING>;
67 };
68 };
69
Yannick Fertré67330592018-09-20 16:33:52 +020070 panel_backlight: panel-backlight {
71 compatible = "gpio-backlight";
72 gpios = <&gpiod 13 GPIO_ACTIVE_LOW>;
73 default-on;
74 status = "okay";
75 };
76};
77
78&cec {
79 pinctrl-names = "default";
80 pinctrl-0 = <&cec_pins_a>;
81 status = "okay";
82};
83
Hugues Fruchetd0352eb2019-02-28 15:25:45 +010084&dcmi {
85 status = "okay";
86 pinctrl-names = "default", "sleep";
87 pinctrl-0 = <&dcmi_pins_a>;
88 pinctrl-1 = <&dcmi_sleep_pins_a>;
89
90 port {
91 dcmi_0: endpoint {
92 remote-endpoint = <&ov5640_0>;
Hugues Fruchet07e34542020-11-04 18:32:11 +010093 bus-type = <5>;
Hugues Fruchetd0352eb2019-02-28 15:25:45 +010094 bus-width = <8>;
95 hsync-active = <0>;
96 vsync-active = <0>;
97 pclk-sample = <1>;
98 };
99 };
100};
101
Yannick Fertré67330592018-09-20 16:33:52 +0200102&dsi {
Yannick Fertré98414812019-07-29 16:29:08 +0200103 phy-dsi-supply = <&reg18>;
Yannick Fertré67330592018-09-20 16:33:52 +0200104 status = "okay";
105
106 ports {
Yannick Fertré67330592018-09-20 16:33:52 +0200107 port@0 {
108 reg = <0>;
109 dsi_in: endpoint {
110 remote-endpoint = <&ltdc_ep0_out>;
111 };
112 };
113
114 port@1 {
115 reg = <1>;
116 dsi_out: endpoint {
117 remote-endpoint = <&dsi_panel_in>;
118 };
119 };
120 };
121
122 panel-dsi@0 {
123 compatible = "raydium,rm68200";
124 reg = <0>;
125 reset-gpios = <&gpiof 15 GPIO_ACTIVE_LOW>;
126 backlight = <&panel_backlight>;
Yannick Fertré59713362019-05-21 17:03:18 +0200127 power-supply = <&v3v3>;
Yannick Fertré67330592018-09-20 16:33:52 +0200128 status = "okay";
129
130 port {
131 dsi_panel_in: endpoint {
132 remote-endpoint = <&dsi_out>;
133 };
134 };
135 };
Christophe Roulliera7419ff2018-06-26 15:12:23 +0200136};
137
138&ethernet0 {
139 status = "okay";
140 pinctrl-0 = <&ethernet0_rgmii_pins_a>;
Ahmad Fatoum6ddf19e2020-03-26 23:02:08 +0100141 pinctrl-1 = <&ethernet0_rgmii_sleep_pins_a>;
Christophe Roulliera7419ff2018-06-26 15:12:23 +0200142 pinctrl-names = "default", "sleep";
Christophe Roullierf65aaf82019-06-17 10:50:18 +0200143 phy-mode = "rgmii-id";
Christophe Roulliera7419ff2018-06-26 15:12:23 +0200144 max-speed = <1000>;
145 phy-handle = <&phy0>;
146
147 mdio0 {
148 #address-cells = <1>;
149 #size-cells = <0>;
150 compatible = "snps,dwmac-mdio";
151 phy0: ethernet-phy@0 {
152 reg = <0>;
153 };
Ludovic Barrebcc4f4e2018-02-26 16:49:18 +0100154 };
155};
Fabrice Gasnier5c3d6782018-04-17 15:45:00 +0200156
Christophe Kerello978946e2019-06-21 16:49:49 +0200157&fmc {
158 pinctrl-names = "default", "sleep";
159 pinctrl-0 = <&fmc_pins_a>;
160 pinctrl-1 = <&fmc_sleep_pins_a>;
161 status = "okay";
Christophe Kerello978946e2019-06-21 16:49:49 +0200162
Christophe Kerellofdcf9ea2020-09-04 15:20:43 +0200163 nand-controller@4,0 {
164 status = "okay";
165
166 nand@0 {
167 reg = <0>;
168 nand-on-flash-bbt;
169 #address-cells = <1>;
170 #size-cells = <1>;
171 };
Christophe Kerello978946e2019-06-21 16:49:49 +0200172 };
173};
174
Pierre-Yves MORDRETd4f41ef2018-04-23 11:48:00 +0200175&i2c2 {
Alain Volmatbef15fc2020-01-06 14:28:30 +0100176 pinctrl-names = "default", "sleep";
Pierre-Yves MORDRETd4f41ef2018-04-23 11:48:00 +0200177 pinctrl-0 = <&i2c2_pins_a>;
Ahmad Fatoum6ddf19e2020-03-26 23:02:08 +0100178 pinctrl-1 = <&i2c2_sleep_pins_a>;
Pierre-Yves MORDRETd4f41ef2018-04-23 11:48:00 +0200179 i2c-scl-rising-time-ns = <185>;
180 i2c-scl-falling-time-ns = <20>;
181 status = "okay";
Amelie Delaunay98c26632019-05-10 09:49:54 +0200182
Hugues Fruchetd0352eb2019-02-28 15:25:45 +0100183 ov5640: camera@3c {
184 compatible = "ovti,ov5640";
Hugues Fruchetd0352eb2019-02-28 15:25:45 +0100185 reg = <0x3c>;
186 clocks = <&clk_ext_camera>;
187 clock-names = "xclk";
188 DOVDD-supply = <&v2v8>;
Amelie Delaunayafe3af82019-11-04 11:55:28 +0100189 powerdown-gpios = <&stmfx_pinctrl 18 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL)>;
190 reset-gpios = <&stmfx_pinctrl 19 (GPIO_ACTIVE_LOW | GPIO_PUSH_PULL)>;
Hugues Fruchetd0352eb2019-02-28 15:25:45 +0100191 rotation = <180>;
192 status = "okay";
193
194 port {
195 ov5640_0: endpoint {
196 remote-endpoint = <&dcmi_0>;
197 bus-width = <8>;
198 data-shift = <2>; /* lines 9:2 are used */
199 hsync-active = <0>;
200 vsync-active = <0>;
201 pclk-sample = <1>;
202 };
203 };
204 };
205
Amelie Delaunay98c26632019-05-10 09:49:54 +0200206 stmfx: stmfx@42 {
207 compatible = "st,stmfx-0300";
208 reg = <0x42>;
209 interrupts = <8 IRQ_TYPE_EDGE_RISING>;
210 interrupt-parent = <&gpioi>;
211 vdd-supply = <&v3v3>;
212
Benjamin Gaignardfccd6a52020-02-10 14:43:31 +0100213 stmfx_pinctrl: pinctrl {
Amelie Delaunay98c26632019-05-10 09:49:54 +0200214 compatible = "st,stmfx-0300-pinctrl";
215 gpio-controller;
216 #gpio-cells = <2>;
217 interrupt-controller;
218 #interrupt-cells = <2>;
219 gpio-ranges = <&stmfx_pinctrl 0 0 24>;
Amelie Delaunay26196462019-05-10 09:49:55 +0200220
Benjamin Gaignardf68e2db2020-02-28 13:52:05 +0100221 joystick_pins: joystick-pins {
Amelie Delaunay26196462019-05-10 09:49:55 +0200222 pins = "gpio0", "gpio1", "gpio2", "gpio3", "gpio4";
Amelie Delaunay26196462019-05-10 09:49:55 +0200223 bias-pull-down;
224 };
Amelie Delaunay98c26632019-05-10 09:49:54 +0200225 };
226 };
Pierre-Yves MORDRETd4f41ef2018-04-23 11:48:00 +0200227};
228
229&i2c5 {
Alain Volmatbef15fc2020-01-06 14:28:30 +0100230 pinctrl-names = "default", "sleep";
Pierre-Yves MORDRETd4f41ef2018-04-23 11:48:00 +0200231 pinctrl-0 = <&i2c5_pins_a>;
Ahmad Fatoum6ddf19e2020-03-26 23:02:08 +0100232 pinctrl-1 = <&i2c5_sleep_pins_a>;
Pierre-Yves MORDRETd4f41ef2018-04-23 11:48:00 +0200233 i2c-scl-rising-time-ns = <185>;
234 i2c-scl-falling-time-ns = <20>;
235 status = "okay";
236};
237
Yannick Fertré67330592018-09-20 16:33:52 +0200238&ltdc {
239 status = "okay";
240
241 port {
Yannick Fertré67330592018-09-20 16:33:52 +0200242 ltdc_ep0_out: endpoint@0 {
243 reg = <0>;
244 remote-endpoint = <&dsi_in>;
245 };
246 };
247};
248
Erwan Le Ray41cc73c2018-06-25 15:44:24 +0200249&m_can1 {
Bich HEMONe3b3d0b2018-11-15 08:52:29 +0000250 pinctrl-names = "default", "sleep";
Erwan Le Ray41cc73c2018-06-25 15:44:24 +0200251 pinctrl-0 = <&m_can1_pins_a>;
Bich HEMONe3b3d0b2018-11-15 08:52:29 +0000252 pinctrl-1 = <&m_can1_sleep_pins_a>;
Erwan Le Ray41cc73c2018-06-25 15:44:24 +0200253 status = "okay";
254};
255
Ludovic Barre84403002018-04-30 09:11:00 +0200256&qspi {
Ludovic Barree79fe5f2019-03-08 16:10:22 +0100257 pinctrl-names = "default", "sleep";
Ludovic Barre84403002018-04-30 09:11:00 +0200258 pinctrl-0 = <&qspi_clk_pins_a &qspi_bk1_pins_a &qspi_bk2_pins_a>;
Ludovic Barree79fe5f2019-03-08 16:10:22 +0100259 pinctrl-1 = <&qspi_clk_sleep_pins_a &qspi_bk1_sleep_pins_a &qspi_bk2_sleep_pins_a>;
Ludovic Barre84403002018-04-30 09:11:00 +0200260 reg = <0x58003000 0x1000>, <0x70000000 0x4000000>;
261 #address-cells = <1>;
262 #size-cells = <0>;
263 status = "okay";
264
265 flash0: mx66l51235l@0 {
Ludovic Barre04645a12019-03-08 16:10:23 +0100266 compatible = "jedec,spi-nor";
Ludovic Barre84403002018-04-30 09:11:00 +0200267 reg = <0>;
268 spi-rx-bus-width = <4>;
269 spi-max-frequency = <108000000>;
270 #address-cells = <1>;
271 #size-cells = <1>;
272 };
273
274 flash1: mx66l51235l@1 {
Ludovic Barre04645a12019-03-08 16:10:23 +0100275 compatible = "jedec,spi-nor";
Ludovic Barre84403002018-04-30 09:11:00 +0200276 reg = <1>;
277 spi-rx-bus-width = <4>;
278 spi-max-frequency = <108000000>;
279 #address-cells = <1>;
280 #size-cells = <1>;
281 };
282};
283
Yann Gautier7e5d8392019-11-15 11:44:51 +0100284&sdmmc3 {
285 pinctrl-names = "default", "opendrain", "sleep";
286 pinctrl-0 = <&sdmmc3_b4_pins_a>;
287 pinctrl-1 = <&sdmmc3_b4_od_pins_a>;
288 pinctrl-2 = <&sdmmc3_b4_sleep_pins_a>;
289 broken-cd;
290 st,neg-edge;
291 bus-width = <4>;
292 vmmc-supply = <&v3v3>;
293 status = "disabled";
294};
295
Amelie Delaunay7e29ed42018-05-17 16:21:00 +0200296&spi1 {
297 pinctrl-names = "default";
298 pinctrl-0 = <&spi1_pins_a>;
299 status = "disabled";
300};
301
Fabrice Gasnier5c3d6782018-04-17 15:45:00 +0200302&timers2 {
Fabrice Gasnier5ae71ce2018-10-03 17:11:05 +0200303 /* spare dmas for other usage (un-delete to enable pwm capture) */
304 /delete-property/dmas;
305 /delete-property/dma-names;
Fabrice Gasnier5c3d6782018-04-17 15:45:00 +0200306 status = "disabled";
307 pwm {
308 pinctrl-0 = <&pwm2_pins_a>;
Fabrice Gasnier08af7402019-11-05 13:52:20 +0100309 pinctrl-1 = <&pwm2_sleep_pins_a>;
310 pinctrl-names = "default", "sleep";
Fabrice Gasnier5c3d6782018-04-17 15:45:00 +0200311 status = "okay";
312 };
313 timer@1 {
314 status = "okay";
315 };
316};
317
318&timers8 {
Fabrice Gasnier5ae71ce2018-10-03 17:11:05 +0200319 /delete-property/dmas;
320 /delete-property/dma-names;
Fabrice Gasnier5c3d6782018-04-17 15:45:00 +0200321 status = "disabled";
322 pwm {
323 pinctrl-0 = <&pwm8_pins_a>;
Fabrice Gasnier08af7402019-11-05 13:52:20 +0100324 pinctrl-1 = <&pwm8_sleep_pins_a>;
325 pinctrl-names = "default", "sleep";
Fabrice Gasnier5c3d6782018-04-17 15:45:00 +0200326 status = "okay";
327 };
328 timer@7 {
329 status = "okay";
330 };
331};
332
333&timers12 {
Fabrice Gasnier5ae71ce2018-10-03 17:11:05 +0200334 /delete-property/dmas;
335 /delete-property/dma-names;
Fabrice Gasnier5c3d6782018-04-17 15:45:00 +0200336 status = "disabled";
337 pwm {
338 pinctrl-0 = <&pwm12_pins_a>;
Fabrice Gasnier08af7402019-11-05 13:52:20 +0100339 pinctrl-1 = <&pwm12_sleep_pins_a>;
340 pinctrl-names = "default", "sleep";
Fabrice Gasnier5c3d6782018-04-17 15:45:00 +0200341 status = "okay";
342 };
343 timer@11 {
344 status = "okay";
345 };
346};
Amelie Delaunay9d262282018-04-24 11:41:00 +0200347
Erwan Le Rayafc06662020-06-18 15:06:49 +0200348&usart3 {
349 pinctrl-names = "default", "sleep", "idle";
350 pinctrl-0 = <&usart3_pins_b>;
351 pinctrl-1 = <&usart3_sleep_pins_b>;
352 pinctrl-2 = <&usart3_idle_pins_b>;
353 /*
354 * HW flow control USART3_RTS is optional, and isn't default wired to
355 * the connector. SB23 needs to be soldered in order to use it, and R77
356 * (ETH_CLK) should be removed.
357 */
358 uart-has-rtscts;
359 status = "disabled";
360};
361
Amelie Delaunay359754e2018-05-17 16:36:00 +0200362&usbh_ehci {
363 phys = <&usbphyc_port0>;
Amelie Delaunay359754e2018-05-17 16:36:00 +0200364 status = "okay";
365};
366
Amelie Delaunay0bfa7f72018-05-17 17:47:00 +0200367&usbotg_hs {
Amelie Delaunayc5fae092020-02-04 14:26:06 +0100368 pinctrl-0 = <&usbotg_hs_pins_a>;
369 pinctrl-names = "default";
Amelie Delaunay0bfa7f72018-05-17 17:47:00 +0200370 phys = <&usbphyc_port1 0>;
Amelie Delaunay6bdc7532019-11-21 17:12:00 +0100371 phy-names = "usb2-phy";
Amelie Delaunay0bfa7f72018-05-17 17:47:00 +0200372 status = "okay";
373};
374
Amelie Delaunay9d262282018-04-24 11:41:00 +0200375&usbphyc {
376 status = "okay";
377};
Fabrice Gasnier28f645f2021-10-25 17:17:50 +0200378
379&usbphyc_port0 {
380 st,tune-hs-dc-level = <2>;
381 st,enable-fs-rftime-tuning;
382 st,enable-hs-rftime-reduction;
383 st,trim-hs-current = <15>;
384 st,trim-hs-impedance = <1>;
385 st,tune-squelch-level = <3>;
386 st,tune-hs-rx-offset = <2>;
387 st,no-lsfs-sc;
388};
389
390&usbphyc_port1 {
391 st,tune-hs-dc-level = <2>;
392 st,enable-fs-rftime-tuning;
393 st,enable-hs-rftime-reduction;
394 st,trim-hs-current = <15>;
395 st,trim-hs-impedance = <1>;
396 st,tune-squelch-level = <3>;
397 st,tune-hs-rx-offset = <2>;
398 st,no-lsfs-sc;
399};