blob: 71a94f9130a6f4fcd520e3500d69c2c572052e8a [file] [log] [blame]
Patrick Delaunay6cccc8d2022-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 };
17};