-
-
Save halmartin/4fb7b00422047f783448c7edd491433e to your computer and use it in GitHub Desktop.
Experiments with 5.11 ITB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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