]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/arm/dts/stm32mp157a-microgea-stm32mp1-microdev2.0-of7-u-boot.dtsi
Prepare v2023.04
[thirdparty/u-boot.git] / arch / arm / dts / stm32mp157a-microgea-stm32mp1-microdev2.0-of7-u-boot.dtsi
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2 /*
3 * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
4 * Copyright (c) 2020 Amarula Solutions(India)
5 * Author: Jagan Teki <jagan@amarulasolutions.com>
6 */
7
8 #include "stm32mp157a-microgea-stm32mp1-u-boot.dtsi"
9
10 /{
11 aliases {
12 mmc0 = &sdmmc1;
13 };
14
15 chosen {
16 stdout-path = &uart4;
17 };
18 };
19
20 &sdmmc1 {
21 u-boot,dm-pre-reloc;
22 };
23
24 &sdmmc1_b4_pins_a {
25 u-boot,dm-pre-reloc;
26
27 pins1 {
28 u-boot,dm-pre-reloc;
29 };
30
31 pins2 {
32 u-boot,dm-pre-reloc;
33 };
34 };
35
36 &uart4 {
37 u-boot,dm-pre-reloc;
38 };
39
40 &uart4_pins_a {
41 u-boot,dm-pre-reloc;
42
43 pins1 {
44 u-boot,dm-pre-reloc;
45 };
46
47 pins2 {
48 u-boot,dm-pre-reloc;
49 bias-pull-up;
50 };
51 };