2021-03-16 16:22:07 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
|
|
/*
|
|
|
|
* Copyright (C) STMicroelectronics 2019 - All Rights Reserved
|
|
|
|
* Copyright (c) 2020 Amarula Solutions(India)
|
|
|
|
* Author: Jagan Teki <jagan@amarulasolutions.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "stm32mp157a-microgea-stm32mp1-u-boot.dtsi"
|
|
|
|
|
|
|
|
/{
|
|
|
|
aliases {
|
|
|
|
mmc0 = &sdmmc1;
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
stdout-path = &uart4;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&sdmmc1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2021-03-16 16:22:07 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&sdmmc1_b4_pins_a {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2021-03-16 16:22:07 +00:00
|
|
|
|
|
|
|
pins1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2021-03-16 16:22:07 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
pins2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2021-03-16 16:22:07 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart4 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2021-03-16 16:22:07 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&uart4_pins_a {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2021-03-16 16:22:07 +00:00
|
|
|
|
|
|
|
pins1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2021-03-16 16:22:07 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
pins2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2021-03-16 16:22:07 +00:00
|
|
|
bias-pull-up;
|
|
|
|
};
|
|
|
|
};
|