5b19e44d2fb4627d9448bd61d7ab2ee6ef44ee78
[project/bcm63xx/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
19 &flash0 {
20 compatible = "jedec,spi-nor";
21 u-boot,dm-spl;
22 };
23
24 &flash1 {
25 compatible = "jedec,spi-nor";
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
59 &usbotg_hs {
60 g-tx-fifo-size = <576>;
61 };
62
63 &v3v3 {
64 regulator-always-on;
65 };