blob: eef717946b5fb77cd97ba68c2f6bab75e9a2d777 [file] [log] [blame]
Patrick Delaunayddba40a2022-07-05 16:55:57 +02001// SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause
2/*
3 * Copyright : STMicroelectronics 2022
4 */
5
6#include "stm32mp157c-ed1-scmi-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 };
Patrick Delaunay8d435402023-06-08 17:16:41 +020017
18 fwu-mdata {
19 compatible = "u-boot,fwu-mdata-gpt";
20 fwu-mdata-store = <&sdmmc1>;
21 };
22};
23
24&flash0 {
25 bootph-pre-ram;
26};
27
28&qspi {
29 bootph-pre-ram;
30};
31
32&qspi_clk_pins_a {
33 bootph-pre-ram;
34 pins {
35 bootph-pre-ram;
36 };
37};
38
39&qspi_bk1_pins_a {
40 bootph-pre-ram;
41 pins1 {
42 bootph-pre-ram;
43 };
44 pins2 {
45 bootph-pre-ram;
46 };
47};
48
49&qspi_bk2_pins_a {
50 bootph-pre-ram;
51 pins1 {
52 bootph-pre-ram;
53 };
54 pins2 {
55 bootph-pre-ram;
56 };
Patrick Delaunayddba40a2022-07-05 16:55:57 +020057};