mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
31 lines
414 B
Text
31 lines
414 B
Text
|
// 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 {
|
||
|
u-boot,mmc-env-partition = "u-boot-env";
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&uart4 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&uart4_pins_a {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
pins1 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
pins2 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
};
|