repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/modes: Fix drm_mode_vrefres() docs
[drm/drm-misc.git]
/
arch
/
mips
/
mobileye
/
board-epm5.its.S
blob
08e8c4f183d63b5a3f95bdffd1d4d2e1170752c7
1
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
2
/ {
3
images {
4
fdt-mobileye-epm5 {
5
description = "Mobileeye MP5 Device Tree";
6
data = /incbin/("boot/dts/mobileye/eyeq5-epm5.dtb");
7
type = "flat_dt";
8
arch = "mips";
9
compression = "none";
10
hash {
11
algo = "sha1";
12
};
13
};
14
};
15
16
configurations {
17
default = "conf-1";
18
conf-1 {
19
description = "Mobileye EPM5 Linux kernel";
20
kernel = "kernel";
21
fdt = "fdt-mobileye-epm5";
22
};
23
};
24
};