Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /dts-v1/;
- / {
- description = "Kernel fitImage for rodeOS (Minimal Kubernetes Distro)/6.4-rc1+gitAUTOINC+2978122049/rock-5b";
- #address-cells = <1>;
- images {
- grub-efi {
- description = "Grub EFI";
- data = /incbin/("grub-efi-bootaa64.efi");
- type = "kernel_noload";
- arch = "arm64";
- os = "efi";
- compression = "none";
- load = <0x06000000>;
- entry = <0x06000000>;
- hash-1 {
- algo = "sha256";
- };
- };
- fdt-rockchip_rk3588-rock-5b.dtb {
- description = "Flattened Device Tree blob";
- data = /incbin/("rk3588-rock-5b.dtb");
- type = "flat_dt";
- arch = "arm64";
- compression = "none";
- hash-1 {
- algo = "sha256";
- };
- };
- };
- configurations {
- default = "conf-rockchip_rk3588-rock-5b.dtb";
- conf-rockchip_rk3588-rock-5b.dtb {
- description = "1 Linux kernel, FDT blob";
- kernel = "grub-efi";
- fdt = "fdt-rockchip_rk3588-rock-5b.dtb";
- hash-1 {
- algo = "sha256";
- };
- };
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment