summaryrefslogtreecommitdiff
path: root/arch/arm/dts/k3-am62d-evm-binman.dtsi
blob: 7bf0e9556453fa581ac4f941cda0d881564592f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (C) 2024-2025 Texas Instruments Incorporated - https://www.ti.com/
 */

#include "k3-binman.dtsi"
#include "k3-am62a-sk-binman.dtsi"

#ifdef CONFIG_TARGET_AM62D2_R5_EVM

&bcfg_yaml {
	config = "board/ti/am62ax/board-cfg.yaml";
};

&rcfg_yaml {
	config = "board/ti/am62ax/rm-cfg.yaml";
};

&scfg_yaml {
	config = "board/ti/am62ax/sec-cfg.yaml";
};

&pcfg_yaml {
	config = "board/ti/am62ax/pm-cfg.yaml";
};

&bcfg_yaml_tifs {
	config = "board/ti/am62ax/board-cfg.yaml";
};

&scfg_yaml_tifs {
	config = "board/ti/am62ax/sec-cfg.yaml";
};

&pcfg_yaml_tifs {
	config = "board/ti/am62ax/pm-cfg.yaml";
};

&rcfg_yaml_tifs {
	config = "board/ti/am62ax/tifs-rm-cfg.yaml";
};

&pcfg_yaml_dm {
	config = "board/ti/am62ax/pm-cfg.yaml";
};

&rcfg_yaml_dm {
	config = "board/ti/am62ax/rm-cfg.yaml";
};

&bcfg_yaml_sysfw {
	config = "board/ti/am62ax/board-cfg.yaml";
};

&scfg_yaml_sysfw {
	config = "board/ti/am62ax/sec-cfg.yaml";
};

&pcfg_yaml_sysfw {
	config = "board/ti/am62ax/pm-cfg.yaml";
};

&rcfg_yaml_sysfw {
	config = "board/ti/am62ax/rm-cfg.yaml";
};

#endif

#ifdef CONFIG_TARGET_AM62D2_A53_EVM

&ti_spl_fdt_0 {
	description = "k3-am62d2-evm";

	ti-secure {
		content = <&spl_am62a7_sk_dtb>;
		keyfile = "custMpk.pem";
	};

	spl_am62d2_evm_dtb: blob-ext {
		filename = "spl/dts/ti/k3-am62d2-evm.dtb";
	};
};

&ti_spl_conf_0 {
	description = "k3-am62d2-evm";
};

&u_boot_fdt_0 {
	description = "k3-am62d2-evm";

	ti-secure {
		content = <&am62d2_evm_dtb>;
		keyfile = "custMpk.pem";
	};
	am62d2_evm_dtb: blob-ext {
		filename = AM62A7_SK_DTB;
	};
};

&u_boot_conf_0 {
	description = "k3-am62d2-evm";
};

#endif