summaryrefslogtreecommitdiff
path: root/arch/riscv/dts/starfive-visionfive2-binman.dtsi
blob: 4cce001e80d7b7c3ccbe54da9840d338e0e01d13 (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
// SPDX-License-Identifier: GPL-2.0 OR MIT
/*
 * Copyright (C) 2023 StarFive Technology Co., Ltd.
 */

#include "binman.dtsi"

/ {
	config {
		bootph-pre-ram;
		u-boot,spl-payload-offset = <0x100000>;
	};
};

&binman {
	itb {
		fit {
			images {
				fdt-jh7110-milkv-mars {
					description = "jh7110-milkv-mars";
					load = <0x40400000>;
					compression = "none";

					blob-ext {
						filename = "dts/upstream/src/riscv/starfive/jh7110-milkv-mars.dtb";
					};
				};

				fdt-jh7110-pine64-star64 {
					description = "jh7110-pine64-star64";
					load = <0x40400000>;
					compression = "none";

					blob-ext {
						filename = "dts/upstream/src/riscv/starfive/jh7110-pine64-star64.dtb";
					};
				};

				fdt-jh7110-starfive-visionfive-2-v1.2a {
					description = "jh7110-starfive-visionfive-2-v1.2a";
					load = <0x40400000>;
					compression = "none";

					blob-ext {
						filename = "dts/upstream/src/riscv/starfive/jh7110-starfive-visionfive-2-v1.2a.dtb";
					};
				};

				fdt-jh7110-starfive-visionfive-2-v1.3b {
					description = "jh7110-starfive-visionfive-2-v1.3b";
					load = <0x40400000>;
					compression = "none";

					blob-ext {
						filename = "dts/upstream/src/riscv/starfive/jh7110-starfive-visionfive-2-v1.3b.dtb";
					};
				};
			};

			configurations {
				conf-jh7110-milkv-mars {
					description = "jh7110-milkv-mars";
					firmware = "opensbi";
					loadables = "uboot";
					fdt = "fdt-jh7110-milkv-mars";
				};

				conf-jh7110-pine64-star64 {
					description = "jh7110-pine64-star64";
					firmware = "opensbi";
					loadables = "uboot";
					fdt = "fdt-jh7110-pine64-star64";
				};

				conf-jh7110-starfive-visionfive-2-v1.2a {
					description = "jh7110-starfive-visionfive-2-v1.2a";
					firmware = "opensbi";
					loadables = "uboot";
					fdt = "fdt-jh7110-starfive-visionfive-2-v1.2a";
				};

				conf-jh7110-starfive-visionfive-2-v1.3b {
					description = "jh7110-starfive-visionfive-2-v1.3b";
					firmware = "opensbi";
					loadables = "uboot";
					fdt = "fdt-jh7110-starfive-visionfive-2-v1.3b";
				};
			};
		};
	};

	spl-img {
		filename = "spl/u-boot-spl.bin.normal.out";

		mkimage {
			args = "-T sfspl";

			u-boot-spl {
			};
		};
	};
};