blob: ba0c02489d134a83b2230c0eb701f7f3f2eb4437 [file] [log] [blame]
Patrick Delaunaye063f892022-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 {
Patrick Delaunayc7e62512022-06-30 10:20:18 +020014 u-boot,boot-led = "led-blue";
15 u-boot,error-led = "led-red";
Patrick Delaunaye063f892022-05-20 18:24:52 +020016 u-boot,mmc-env-partition = "u-boot-env";
17 };
Patrick Delaunayc7e62512022-06-30 10:20:18 +020018
19 leds {
20 led-red {
21 color = <LED_COLOR_ID_RED>;
22 gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
23 default-state = "off";
24 };
25 };
Patrick Delaunaye063f892022-05-20 18:24:52 +020026};
27
28&uart4 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070029 bootph-all;
Patrick Delaunaye063f892022-05-20 18:24:52 +020030};
31
32&uart4_pins_a {
Simon Glassd3a98cb2023-02-13 08:56:33 -070033 bootph-all;
Patrick Delaunaye063f892022-05-20 18:24:52 +020034 pins1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070035 bootph-all;
Patrick Delaunaye063f892022-05-20 18:24:52 +020036 };
37 pins2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070038 bootph-all;
Patrick Delaunaye063f892022-05-20 18:24:52 +020039 };
40};
Fabrice Gasnierd0e5c272023-09-26 17:09:19 +020041
42&usbotg_hs {
43 u-boot,force-b-session-valid;
44};