repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git]
/
arch
/
mips
/
generic
/
board-luton.its.S
blob
39a543f62f2587a171477be5ff3da1d5cca2d053
1
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
2
/ {
3
images {
4
fdt@luton_pcb091 {
5
description = "MSCC Luton PCB091 Device Tree";
6
data = /incbin/("boot/dts/mscc/luton_pcb091.dtb");
7
type = "flat_dt";
8
arch = "mips";
9
compression = "none";
10
hash@0 {
11
algo = "sha1";
12
};
13
};
14
};
15
16
configurations {
17
pcb091 {
18
description = "Luton Linux kernel";
19
kernel = "kernel@0";
20
fdt = "fdt@luton_pcb091";
21
};
22
};
23
};