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
history
|
raw
|
HEAD
x86: Make the vdso2c compiler use the host architecture headers
[linux/fpc-iii.git]
/
arch
/
arm
/
boot
/
dts
/
aspeed-ast2500-evb.dts
blob
1b7a5ff0e533f6b19f66bc806f621b1fe9421ce9
1
/dts-v1/;
2
3
#include "aspeed-g5.dtsi"
4
5
/ {
6
model = "AST2500 EVB";
7
compatible = "aspeed,ast2500";
8
9
aliases {
10
serial4 = &uart5;
11
};
12
13
chosen {
14
stdout-path = &uart5;
15
bootargs = "console=ttyS4,115200 earlyprintk";
16
};
17
18
memory {
19
reg = <0x80000000 0x20000000>;
20
};
21
};
22
23
&uart5 {
24
status = "okay";
25
};