2020-07-08 17:56:22 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2020 Marcin Sloniewski <marcin.sloniewski@gmail.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "stm32mp157c-odyssey-som-u-boot.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
aliases {
|
|
|
|
mmc0 = &sdmmc1;
|
|
|
|
usb0 = &usbotg_hs;
|
|
|
|
};
|
|
|
|
config {
|
|
|
|
u-boot,boot-led = "heartbeat";
|
|
|
|
u-boot,error-led = "error";
|
|
|
|
};
|
|
|
|
led {
|
|
|
|
red {
|
|
|
|
label = "error";
|
|
|
|
gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
|
|
|
|
default-state = "off";
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&adc {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&sdmmc1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-07-08 17:56:22 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&sdmmc1_b4_pins_a {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-07-08 17:56:22 +00:00
|
|
|
pins1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-07-08 17:56:22 +00:00
|
|
|
};
|
|
|
|
pins2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-07-08 17:56:22 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart4 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2020-07-08 17:56:22 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&uart4_pins_a {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2020-07-08 17:56:22 +00:00
|
|
|
pins1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2020-07-08 17:56:22 +00:00
|
|
|
};
|
|
|
|
pins2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2020-07-08 17:56:22 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|