2022-05-20 16:24:52 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2022, STMicroelectronics - All Rights Reserved
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "stm32mp13-u-boot.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
aliases {
|
|
|
|
mmc0 = &sdmmc1;
|
|
|
|
};
|
|
|
|
|
|
|
|
config {
|
2022-06-30 08:20:18 +00:00
|
|
|
u-boot,boot-led = "led-blue";
|
|
|
|
u-boot,error-led = "led-red";
|
2022-05-20 16:24:52 +00:00
|
|
|
u-boot,mmc-env-partition = "u-boot-env";
|
|
|
|
};
|
2022-06-30 08:20:18 +00:00
|
|
|
|
|
|
|
leds {
|
|
|
|
led-red {
|
|
|
|
color = <LED_COLOR_ID_RED>;
|
|
|
|
gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
|
|
|
|
default-state = "off";
|
|
|
|
};
|
|
|
|
};
|
2022-05-20 16:24:52 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&uart4 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-05-20 16:24:52 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&uart4_pins_a {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-05-20 16:24:52 +00:00
|
|
|
pins1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-05-20 16:24:52 +00:00
|
|
|
};
|
|
|
|
pins2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-05-20 16:24:52 +00:00
|
|
|
};
|
|
|
|
};
|