mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00

Add the U-Boot device tree overrides for the am62x-lp-sk reference board. Signed-off-by: Nitin Yadav <n-yadav@ti.com> Reviewed-by: Dhruva Gole <d-gole@ti.com> Signed-off-by: Bryan Brattlof <bb@ti.com>
21 lines
404 B
Text
21 lines
404 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
|
|
*/
|
|
|
|
#include "k3-binman.dtsi"
|
|
#include "k3-am625-sk-binman.dtsi"
|
|
|
|
#ifdef CONFIG_TARGET_AM625_A53_EVM
|
|
|
|
#define SPL_AM62_LP_SK_DTB "spl/dts/ti/k3-am62-lp-sk.dtb"
|
|
|
|
&spl_am625_sk_dtb {
|
|
filename = SPL_AM62_LP_SK_DTB;
|
|
};
|
|
|
|
&spl_am625_sk_dtb_unsigned {
|
|
filename = SPL_AM62_LP_SK_DTB;
|
|
};
|
|
|
|
#endif
|