blob: dfe5bbb2e34b615dea2215291b1f02ee1302f344 [file] [log] [blame]
Patrick Delaunay44abcf62022-05-20 18:24:52 +02001// SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause
2/*
3 * Copyright (C) 2022, STMicroelectronics - All Rights Reserved
4 */
5
6#include "stm32mp13-u-boot.dtsi"
7
8/ {
9 aliases {
10 mmc0 = &sdmmc1;
11 };
12
13 config {
14 u-boot,mmc-env-partition = "u-boot-env";
15 };
16};
17
18&uart4 {
19 u-boot,dm-pre-reloc;
20};
21
22&uart4_pins_a {
23 u-boot,dm-pre-reloc;
24 pins1 {
25 u-boot,dm-pre-reloc;
26 };
27 pins2 {
28 u-boot,dm-pre-reloc;
29 };
30};