mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
666173ee32
Marduk is based on IMG pistachio SoC. The platform is using MIPS UHI booting protocol and does have a proper devicetree implement, thus it could be a part of generic kernel. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
23 lines
379 B
ArmAsm
23 lines
379 B
ArmAsm
/ {
|
|
images {
|
|
fdt-marduk {
|
|
description = "img,pistachio-marduk Device Tree";
|
|
data = /incbin/("boot/dts/img/pistachio_marduk.dtb");
|
|
type = "flat_dt";
|
|
arch = "mips";
|
|
compression = "none";
|
|
hash {
|
|
algo = "sha1";
|
|
};
|
|
};
|
|
};
|
|
|
|
configurations {
|
|
conf-marduk {
|
|
description = "Marduk Linux kernel";
|
|
kernel = "kernel";
|
|
fdt = "fdt-marduk";
|
|
};
|
|
};
|
|
};
|