Skip to content

Commit c8f7ec4

Browse files
Add qcom-fitimage.its for reference
Add qcom-fitimage.its as a reference. In cases where ITS is not being generated, this file can used as well. Signed-off-by: quic-kaushalk <[email protected]>
1 parent e5c56c3 commit c8f7ec4

File tree

1 file changed

+93
-0
lines changed

1 file changed

+93
-0
lines changed

qcom-fitimage.its

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
/dts-v1/;
2+
3+
/ {
4+
description = "Qualcomm FIT Image for DTBs";
5+
#address-cells = <1>;
6+
7+
images {
8+
fdt-0 {
9+
description = "metadata for multi-DTB selection";
10+
data = /incbin/("./qcom-metadata.dtb");
11+
type = "qcom_metadata";
12+
};
13+
fdt-1 {
14+
data = /incbin/("./arch/arm64/boot/dts/qcom/qcm6490-idp.dtb");
15+
type = "flat_dt";
16+
};
17+
fdt-2 {
18+
data = /incbin/("./arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dtb");
19+
type = "flat_dt";
20+
};
21+
fdt-3 {
22+
data = /incbin/("./arch/arm64/boot/dts/qcom/qcs6490-rb3gen2-vision-mezzanine.dtb");
23+
type = "flat_dt";
24+
};
25+
fdt-4 {
26+
data = /incbin/("./arch/arm64/boot/dts/qcom/qcs6490-rb3gen2-industrial-mezzanine.dtb");
27+
type = "flat_dt";
28+
};
29+
fdt-5 {
30+
data = /incbin/("./arch/arm64/boot/dts/qcom/lemans-evk.dtb");
31+
type = "flat_dt";
32+
};
33+
fdt-6 {
34+
data = /incbin/("./arch/arm64/boot/dts/qcom/qcs9100-ride.dtb");
35+
type = "flat_dt";
36+
};
37+
fdt-7 {
38+
data = /incbin/("./arch/arm64/boot/dts/qcom/qcs8300-ride.dtb");
39+
type = "flat_dt";
40+
};
41+
fdt-8 {
42+
data = /incbin/("./arch/arm64/boot/dts/qcom/monaco-evk.dtb");
43+
type = "flat_dt";
44+
};
45+
fdt-9 {
46+
data = /incbin/("./arch/arm64/boot/dts/qcom/qcs615-ride.dtb");
47+
type = "flat_dt";
48+
};
49+
};
50+
51+
configurations {
52+
conf-1 {
53+
compatible = "qcom,qcm6490-idp";
54+
fdt = "fdt-1";
55+
};
56+
conf-2 {
57+
compatible = "qcom,qcs6490-iot";
58+
fdt = "fdt-2";
59+
};
60+
conf-3 {
61+
compatible = "qcom,qcs6490-iot-subtype2";
62+
fdt = "fdt-3";
63+
};
64+
conf-4 {
65+
compatible = "qcom,qcs6490r3-iot-subtype2";
66+
fdt = "fdt-3";
67+
};
68+
conf-5 {
69+
compatible = "qcom,qcs6490-iot-subtype9";
70+
fdt = "fdt-4";
71+
};
72+
conf-6 {
73+
compatible = "qcom,qcs9075-iot";
74+
fdt = "fdt-5";
75+
};
76+
conf-7 {
77+
compatible = "qcom,qcs9100-adp";
78+
fdt = "fdt-6";
79+
};
80+
conf-8 {
81+
compatible = "qcom,qcs8300-adp";
82+
fdt = "fdt-7";
83+
};
84+
conf-9 {
85+
compatible = "qcom,qcs8275-iot";
86+
fdt = "fdt-8";
87+
};
88+
conf-10 {
89+
compatible = "qcom,qcs615-adp";
90+
fdt = "fdt-9";
91+
};
92+
};
93+
};

0 commit comments

Comments
 (0)