2f4de3a066c0c0f48e758ffe7365f607225f5c2f
[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                 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 /* SPL part **************************************/
29 &qspi {
30         u-boot,dm-spl;
31 };
32
33 &qspi_clk_pins_a {
34         u-boot,dm-spl;
35         pins {
36                 u-boot,dm-spl;
37         };
38 };
39
40 &qspi_bk1_pins_a {
41         u-boot,dm-spl;
42         pins1 {
43                 u-boot,dm-spl;
44         };
45         pins2 {
46                 u-boot,dm-spl;
47         };
48 };
49
50 &qspi_bk2_pins_a {
51         u-boot,dm-spl;
52         pins1 {
53                 u-boot,dm-spl;
54         };
55         pins2 {
56                 u-boot,dm-spl;
57         };
58 };
59
60 &flash0 {
61         u-boot,dm-spl;
62 };