2022-07-05 14:55:57 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause
|
|
|
|
/*
|
|
|
|
* Copyright : STMicroelectronics 2022
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "stm32mp15-scmi-u-boot.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
aliases {
|
|
|
|
i2c3 = &i2c4;
|
|
|
|
};
|
|
|
|
|
|
|
|
config {
|
|
|
|
u-boot,boot-led = "heartbeat";
|
|
|
|
u-boot,error-led = "error";
|
|
|
|
u-boot,mmc-env-partition = "u-boot-env";
|
|
|
|
st,fastboot-gpios = <&gpioa 13 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
|
|
|
|
st,stm32prog-gpios = <&gpioa 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
|
|
|
|
};
|
|
|
|
|
|
|
|
led {
|
|
|
|
red {
|
|
|
|
label = "error";
|
|
|
|
gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
|
|
|
|
default-state = "off";
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart4 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-07-05 14:55:57 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&uart4_pins_a {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-07-05 14:55:57 +00:00
|
|
|
pins1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-07-05 14:55:57 +00:00
|
|
|
};
|
|
|
|
pins2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-07-05 14:55:57 +00:00
|
|
|
/* pull-up on rx to avoid floating level */
|
|
|
|
bias-pull-up;
|
|
|
|
};
|
|
|
|
};
|