2023-07-26 20:04:33 +02:00
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
/ {
|
|
|
|
description = "Rock 5B FIT Image";
|
|
|
|
#address-cells = <1>;
|
|
|
|
|
|
|
|
images {
|
|
|
|
kernel {
|
|
|
|
description = "Kernel";
|
|
|
|
data = /incbin/("Image.gz");
|
|
|
|
type = "kernel";
|
|
|
|
arch = "arm64";
|
|
|
|
os = "linux";
|
|
|
|
compression = "gzip";
|
|
|
|
load = <0x0a200000>;
|
|
|
|
entry = <0x0a200000>;
|
|
|
|
hash {
|
|
|
|
algo = "sha256";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
fdt {
|
|
|
|
description = "Device Tree";
|
2024-02-03 00:30:30 +01:00
|
|
|
data = /incbin/("rock5b.dtb");
|
2023-07-26 20:04:33 +02:00
|
|
|
type = "flat_dt";
|
|
|
|
arch = "arm64";
|
|
|
|
compression = "none";
|
|
|
|
load = <0x0e000000>;
|
|
|
|
entry = <0x0e000000>;
|
|
|
|
hash {
|
|
|
|
algo = "sha256";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
configurations {
|
|
|
|
default = "standard";
|
|
|
|
standard {
|
|
|
|
description = "Standard Boot";
|
|
|
|
kernel = "kernel";
|
|
|
|
fdt = "fdt";
|
|
|
|
hash {
|
|
|
|
algo = "sha256";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|