Skip to content

Instantly share code, notes, and snippets.

@halmartin
Created March 29, 2021 19:39
Show Gist options
  • Save halmartin/4fb7b00422047f783448c7edd491433e to your computer and use it in GitHub Desktop.
Save halmartin/4fb7b00422047f783448c7edd491433e to your computer and use it in GitHub Desktop.
Experiments with 5.11 ITB
/* SPDX-License-Identifier: GPL-2.0 */
/dts-v1/;
/ {
description = "Linux 5.11.0";
#address-cells = <1>;
images {
kernel@0 {
description = "Linux 5.11.0";
data = /incbin/("vmlinux.bin");
type = "kernel";
arch = "mips";
os = "linux";
compression = "none";
load = /bits/ 32 <0xffffffff81000000>;
entry = /bits/ 32 <0xffffffff81891804>;
hash@0 {
algo = "sha1";
};
};
};
configurations {
default = "conf@luton_pcb091";
conf@default {
description = "Generic Linux kernel";
kernel = "kernel@0";
};
};
};
/ {
images {
fdt@luton_pcb091 {
description = "img,luton_pcb091 Device Tree";
data = /incbin/("dts/mscc/luton_pcb091.dtb");
type = "flat_dt";
arch = "mips";
compression = "none";
hash@0 {
algo = "sha1";
};
};
};
configurations {
conf@luton_pcb091 {
description = "luton_pcb091 Linux kernel";
kernel = "kernel@0";
fdt = "fdt@luton_pcb091";
};
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment