2018-07-09 13:17:22 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
|
|
|
|
/*
|
|
|
|
* Copyright : STMicroelectronics 2018
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "stm32mp157c-ed1-u-boot.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
aliases {
|
2019-04-12 12:38:28 +00:00
|
|
|
gpio26 = &stmfx_pinctrl;
|
2018-07-09 13:17:22 +00:00
|
|
|
i2c1 = &i2c2;
|
|
|
|
i2c4 = &i2c5;
|
2019-04-12 12:38:28 +00:00
|
|
|
pinctrl2 = &stmfx_pinctrl;
|
2019-02-12 15:50:38 +00:00
|
|
|
spi0 = &qspi;
|
2019-03-29 14:42:23 +00:00
|
|
|
usb0 = &usbotg_hs;
|
2018-07-09 13:17:22 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&flash0 {
|
2019-02-10 10:16:20 +00:00
|
|
|
compatible = "jedec,spi-nor";
|
2019-02-12 15:50:38 +00:00
|
|
|
u-boot,dm-spl;
|
2018-07-09 13:17:22 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&flash1 {
|
2019-02-10 10:16:20 +00:00
|
|
|
compatible = "jedec,spi-nor";
|
2018-07-09 13:17:22 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&qspi {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&qspi_clk_pins_a {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
pins {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&qspi_bk1_pins_a {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
pins1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
pins2 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&qspi_bk2_pins_a {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
pins1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
pins2 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2019-02-12 15:50:38 +00:00
|
|
|
&usbotg_hs {
|
|
|
|
g-tx-fifo-size = <576>;
|
2018-07-09 13:17:22 +00:00
|
|
|
};
|
2018-08-10 15:12:11 +00:00
|
|
|
|
2019-02-12 15:50:38 +00:00
|
|
|
&v3v3 {
|
|
|
|
regulator-always-on;
|
|
|
|
};
|