blob: be3b1526288ffc668fafe0b72328bae41a0e9ecd [file] [log] [blame]
Patrick Delaunaye7f435d2018-07-09 15:17:22 +02001// 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 {
Patrick Delaunaye7f435d2018-07-09 15:17:22 +020010 i2c1 = &i2c2;
11 i2c4 = &i2c5;
Patrice Chotard00442d02019-02-12 16:50:38 +010012 spi0 = &qspi;
Patrick Delaunaye7f435d2018-07-09 15:17:22 +020013 };
14};
15
16&flash0 {
17 compatible = "spi-flash";
Patrice Chotard00442d02019-02-12 16:50:38 +010018 u-boot,dm-spl;
Patrick Delaunaye7f435d2018-07-09 15:17:22 +020019};
20
21&flash1 {
22 compatible = "spi-flash";
23};
24
Patrick Delaunaye7f435d2018-07-09 15:17:22 +020025&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
Patrice Chotard00442d02019-02-12 16:50:38 +010056&usbotg_hs {
57 g-tx-fifo-size = <576>;
Patrick Delaunaye7f435d2018-07-09 15:17:22 +020058};
Patrice Chotard18cb6f52018-08-10 17:12:11 +020059
Patrice Chotard00442d02019-02-12 16:50:38 +010060&v3v3 {
61 regulator-always-on;
62};