forked from OERV-BSP/u-boot
[1] https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git Perform a few fixups in our dts* files to match upstream changes. Signed-off-by: Tom Rini <trini@konsulko.com>
21 lines
478 B
Plaintext
21 lines
478 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (c) 2024, Linaro Ltd.
|
|
*/
|
|
|
|
/ {
|
|
/* When running as a first-stage bootloader this isn't filled in automatically */
|
|
memory@80000000 {
|
|
reg = <0 0x80000000 0 0x40000000>;
|
|
};
|
|
};
|
|
|
|
/*
|
|
* When running as a first-stage bootloader, we need to re-configure the UART pins
|
|
* because SBL de-initialises them. Indicate that the UART pins should be configured
|
|
* during all boot stages.
|
|
*/
|
|
&blsp_uart2_console_default {
|
|
bootph-all;
|
|
};
|