2020-03-31 17:51:36 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2020 Marek Vasut <marex@denx.de>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "stm32mp15xx-dhcor-u-boot.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
aliases {
|
|
|
|
mmc0 = &sdmmc1;
|
|
|
|
mmc1 = &sdmmc2;
|
|
|
|
usb0 = &usbotg_hs;
|
|
|
|
};
|
|
|
|
|
|
|
|
config {
|
|
|
|
u-boot,boot-led = "led1";
|
|
|
|
u-boot,error-led = "led4";
|
2020-04-22 11:18:11 +00:00
|
|
|
dh,board-coding-gpios = <&gpiog 13 0>, <&gpiod 9 0>;
|
2020-03-31 17:51:36 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&sdmmc1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&sdmmc1_b4_pins_a {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
pins1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
pins2 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&sdmmc1_dir_pins_b {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
pins1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
pins2 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&sdmmc2 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&sdmmc2_b4_pins_a {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
pins1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
pins2 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-07-20 21:46:07 +00:00
|
|
|
&sdmmc2_d47_pins_c {
|
2020-03-31 17:51:36 +00:00
|
|
|
u-boot,dm-spl;
|
|
|
|
pins {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart4 {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart4_pins_b {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
pins1 {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
pins2 {
|
|
|
|
u-boot,dm-pre-reloc;
|
2020-08-22 20:45:36 +00:00
|
|
|
/delete-property/ bias-disable;
|
|
|
|
bias-pull-up;
|
2020-03-31 17:51:36 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&usbotg_hs {
|
|
|
|
u-boot,force-b-session-valid;
|
|
|
|
hnp-srp-disable;
|
|
|
|
};
|