blob: 585d54d29623823145e6b43eda89c05f31fc4403 [file] [log] [blame]
Caleb Connollyc4103712024-02-26 17:26:36 +00001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (c) 2024, Linaro Ltd.
4 */
5
6/ {
7 /* When running as a first-stage bootloader this isn't filled in automatically */
8 memory@80000000 {
9 reg = <0 0x80000000 0 0x3da00000>;
10 };
11};
12
13/*
14 * When running as a first-stage bootloader, we need to re-configure the UART pins
15 * because SBL de-initialises them. Indicate that the UART pins should be configured
16 * during all boot stages.
17 */
18&blsp_uart2_default {
19 bootph-all;
20};