Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[platform/kernel/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                 spi0 = &qspi;
11                 i2c1 = &i2c2;
12                 i2c4 = &i2c5;
13         };
14 };
15
16 &flash0 {
17         compatible = "spi-flash";
18 };
19
20 &flash1 {
21         compatible = "spi-flash";
22 };
23
24 &v3v3 {
25         regulator-always-on;
26 };
27
28 &usbotg_hs {
29         g-tx-fifo-size = <576>;
30 };
31
32 /* SPL part **************************************/
33 &qspi {
34         u-boot,dm-spl;
35 };
36
37 &qspi_clk_pins_a {
38         u-boot,dm-spl;
39         pins {
40                 u-boot,dm-spl;
41         };
42 };
43
44 &qspi_bk1_pins_a {
45         u-boot,dm-spl;
46         pins1 {
47                 u-boot,dm-spl;
48         };
49         pins2 {
50                 u-boot,dm-spl;
51         };
52 };
53
54 &qspi_bk2_pins_a {
55         u-boot,dm-spl;
56         pins1 {
57                 u-boot,dm-spl;
58         };
59         pins2 {
60                 u-boot,dm-spl;
61         };
62 };
63
64 &flash0 {
65         u-boot,dm-spl;
66 };
67