]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi
ARM: dts: stm32: Synchronize DT with kernel one
[thirdparty/u-boot.git] / arch / arm / dts / stm32mp157c-ev1-u-boot.dtsi
CommitLineData
5f16f655
PD
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 {
5f16f655
PD
10 i2c1 = &i2c2;
11 i2c4 = &i2c5;
2366160e 12 spi0 = &qspi;
5f16f655
PD
13 };
14};
15
16&flash0 {
17 compatible = "spi-flash";
2366160e 18 u-boot,dm-spl;
5f16f655
PD
19};
20
21&flash1 {
22 compatible = "spi-flash";
23};
24
5f16f655
PD
25&qspi {
26 u-boot,dm-spl;
27};
28
29&qspi_clk_pins_a {
30 u-boot,dm-spl;
31 pins {
32 u-boot,dm-spl;
33 };
34};
35
36&qspi_bk1_pins_a {
37 u-boot,dm-spl;
38 pins1 {
39 u-boot,dm-spl;
40 };
41 pins2 {
42 u-boot,dm-spl;
43 };
44};
45
46&qspi_bk2_pins_a {
47 u-boot,dm-spl;
48 pins1 {
49 u-boot,dm-spl;
50 };
51 pins2 {
52 u-boot,dm-spl;
53 };
54};
55
2366160e
PC
56&usbotg_hs {
57 g-tx-fifo-size = <576>;
5f16f655 58};
8e9c94d7 59
2366160e
PC
60&v3v3 {
61 regulator-always-on;
62};