blob: 5547535975f000df7df8442cb7541905ef44125c [file] [log] [blame]
Jagan Tekic0f218b2021-03-16 21:52:03 +05301// 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-icore-stm32mp1-u-boot.dtsi"
9
10/{
11 aliases {
12 mmc0 = &sdmmc1;
13 };
14
15 chosen {
16 stdout-path = &uart4;
17 };
18};
19
20&sdmmc1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070021 bootph-all;
Jagan Tekic0f218b2021-03-16 21:52:03 +053022};
23
24&sdmmc1_b4_pins_a {
Simon Glassd3a98cb2023-02-13 08:56:33 -070025 bootph-all;
Jagan Tekic0f218b2021-03-16 21:52:03 +053026
27 pins1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070028 bootph-all;
Jagan Tekic0f218b2021-03-16 21:52:03 +053029 };
30
31 pins2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070032 bootph-all;
Jagan Tekic0f218b2021-03-16 21:52:03 +053033 };
34};
35
36&uart4 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070037 bootph-all;
Jagan Tekic0f218b2021-03-16 21:52:03 +053038};
39
40&uart4_pins_a {
Simon Glassd3a98cb2023-02-13 08:56:33 -070041 bootph-all;
Jagan Tekic0f218b2021-03-16 21:52:03 +053042
43 pins1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070044 bootph-all;
Jagan Tekic0f218b2021-03-16 21:52:03 +053045 };
46
47 pins2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070048 bootph-all;
Jagan Tekic0f218b2021-03-16 21:52:03 +053049 bias-pull-up;
50 };
51};