ARM: dts: Add STMFX gpio expander support for stm32mp157c-ev1
[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         };
16 };
17
18 &flash0 {
19         compatible = "spi-flash";
20         u-boot,dm-spl;
21 };
22
23 &flash1 {
24         compatible = "spi-flash";
25 };
26
27 &qspi {
28         u-boot,dm-spl;
29 };
30
31 &qspi_clk_pins_a {
32         u-boot,dm-spl;
33         pins {
34                 u-boot,dm-spl;
35         };
36 };
37
38 &qspi_bk1_pins_a {
39         u-boot,dm-spl;
40         pins1 {
41                 u-boot,dm-spl;
42         };
43         pins2 {
44                 u-boot,dm-spl;
45         };
46 };
47
48 &qspi_bk2_pins_a {
49         u-boot,dm-spl;
50         pins1 {
51                 u-boot,dm-spl;
52         };
53         pins2 {
54                 u-boot,dm-spl;
55         };
56 };
57
58 &usbotg_hs {
59         g-tx-fifo-size = <576>;
60 };
61
62 &v3v3 {
63         regulator-always-on;
64 };