2019-09-12 15:43:00 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
/ {
|
|
|
|
description = "Samsung S9 SM-G9600 starqltechn FIT Image";
|
|
|
|
#address-cells = <1>;
|
|
|
|
|
|
|
|
images {
|
|
|
|
bootscript {
|
|
|
|
description = "Boot script";
|
|
|
|
data = /incbin/("bootscript.sh");
|
|
|
|
type = "script";
|
|
|
|
compression = "none";
|
|
|
|
load = <0x90000000>;
|
|
|
|
entry = <0x90000000>;
|
2024-05-01 19:40:11 +00:00
|
|
|
hash {
|
|
|
|
algo = "sha1";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
prebootscript {
|
|
|
|
description = "Boot script";
|
|
|
|
data = /incbin/("bootscript.sh");
|
|
|
|
type = "script";
|
|
|
|
compression = "none";
|
|
|
|
load = <0x90000000>;
|
|
|
|
entry = <0x90000000>;
|
2019-09-12 15:43:00 +00:00
|
|
|
hash {
|
|
|
|
algo = "sha1";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
kernel {
|
|
|
|
description = "Kernel";
|
|
|
|
data = /incbin/("vmlinuz");
|
|
|
|
type = "kernel";
|
|
|
|
arch = "arm64";
|
|
|
|
os = "linux";
|
|
|
|
compression = "gzip";
|
|
|
|
load = <0x80000000>;
|
|
|
|
entry = <0x80000000>;
|
|
|
|
hash {
|
|
|
|
algo = "sha1";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
fdt {
|
|
|
|
description = "DTB";
|
2022-07-30 18:32:05 +00:00
|
|
|
data = /incbin/("/boot/dtbs/qcom/sdm845-samsung-starqltechn.dtb");
|
2019-09-12 15:43:00 +00:00
|
|
|
type = "flat_dt";
|
|
|
|
arch = "arm64";
|
|
|
|
compression = "none";
|
2024-05-01 19:35:23 +00:00
|
|
|
load = <0x82700000>;
|
|
|
|
entry = <0x82700000>;
|
2019-09-12 15:43:00 +00:00
|
|
|
hash {
|
|
|
|
algo = "sha1";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
initrd {
|
|
|
|
description = "Initrd";
|
|
|
|
compression = "none";
|
|
|
|
data = /incbin/("initramfs");
|
|
|
|
type = "ramdisk";
|
|
|
|
arch = "arm64";
|
2024-05-01 19:35:23 +00:00
|
|
|
load = <0x82800000>;
|
2019-09-12 15:43:00 +00:00
|
|
|
os = "linux";
|
|
|
|
hash {
|
|
|
|
algo = "sha1";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
configurations {
|
|
|
|
default = "standard";
|
|
|
|
standard {
|
|
|
|
description = "Standard Boot";
|
|
|
|
kernel = "kernel";
|
|
|
|
fdt = "fdt";
|
|
|
|
ramdisk = "initrd";
|
|
|
|
hash {
|
|
|
|
algo = "sha1";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|