]> Git Repo - J-u-boot.git/blob - arch/arm/dts/k3-am62-lp-sk-binman.dtsi
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / arch / arm / dts / k3-am62-lp-sk-binman.dtsi
1 // 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
This page took 0.027159 seconds and 4 git commands to generate.