Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[oweals/u-boot.git] / arch / arm / dts / stm32mp157c-ev1-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
2 /*
3  * Copyright : STMicroelectronics 2018
4  */
5
6 #include "stm32mp157c-ed1-u-boot.dtsi"
7
8 / {
9         aliases {
10                 gpio26 = &stmfx_pinctrl;
11                 i2c1 = &i2c2;
12                 i2c4 = &i2c5;
13                 pinctrl2 = &stmfx_pinctrl;
14                 spi0 = &qspi;
15                 usb0 = &usbotg_hs;
16         };
17
18         dsi_host: dsi_host {
19                 compatible = "synopsys,dw-mipi-dsi";
20                 status = "okay";
21         };
22 };
23
24 &flash0 {
25         u-boot,dm-spl;
26 };
27
28 &qspi {
29         u-boot,dm-spl;
30 };
31
32 &qspi_clk_pins_a {
33         u-boot,dm-spl;
34         pins {
35                 u-boot,dm-spl;
36         };
37 };
38
39 &qspi_bk1_pins_a {
40         u-boot,dm-spl;
41         pins1 {
42                 u-boot,dm-spl;
43         };
44         pins2 {
45                 u-boot,dm-spl;
46         };
47 };
48
49 &qspi_bk2_pins_a {
50         u-boot,dm-spl;
51         pins1 {
52                 u-boot,dm-spl;
53         };
54         pins2 {
55                 u-boot,dm-spl;
56         };
57 };
58