mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00

Drop the U-Boot specific dragonboard410c.dts in favour of the upstream msm8916-sbc.dts. No additional changes are needed to this DTS for U-Boot support. Taken from kernel tag v6.7 Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
20 lines
470 B
Text
20 lines
470 B
Text
// 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 0x3da00000>;
|
|
};
|
|
};
|
|
|
|
/*
|
|
* 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_default {
|
|
bootph-all;
|
|
};
|