blob: 18341d0d3f2e70bab04cdf2af0551ec60359ca75 [file] [log] [blame]
Nitin Yadavdf9d93d2024-06-07 17:06:12 -05001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
4 */
5
6#include "k3-binman.dtsi"
7#include "k3-am625-sk-binman.dtsi"
8
9#ifdef CONFIG_TARGET_AM625_A53_EVM
10
11#define SPL_AM62_LP_SK_DTB "spl/dts/ti/k3-am62-lp-sk.dtb"
12
13&spl_am625_sk_dtb {
14 filename = SPL_AM62_LP_SK_DTB;
15};
16
17&spl_am625_sk_dtb_unsigned {
18 filename = SPL_AM62_LP_SK_DTB;
19};
20
21#endif