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
ARM: rockchip: fix broken build
[linux/fpc-iii.git]
/
arch
/
mips
/
boot
/
dts
/
ingenic
/
ci20.dts
blob
9fcb9e7d1f5752902d08ccdb174b9deeca5afad0
1
/dts-v1/;
2
3
#include "jz4780.dtsi"
4
5
/ {
6
compatible = "img,ci20", "ingenic,jz4780";
7
8
aliases {
9
serial0 = &uart0;
10
serial1 = &uart1;
11
serial3 = &uart3;
12
serial4 = &uart4;
13
};
14
15
chosen {
16
stdout-path = &uart4;
17
};
18
19
memory {
20
device_type = "memory";
21
reg = <0x0 0x10000000
22
0x30000000 0x30000000>;
23
};
24
};
25
26
&ext {
27
clock-frequency = <48000000>;
28
};
29
30
&uart0 {
31
status = "okay";
32
};
33
34
&uart1 {
35
status = "okay";
36
};
37
38
&uart3 {
39
status = "okay";
40
};
41
42
&uart4 {
43
status = "okay";
44
};