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
thermal: fix Mediatek thermal controller build
[linux/fpc-iii.git]
/
arch
/
mips
/
boot
/
dts
/
brcm
/
bcm97360svmb.dts
blob
d48462e091f176e6be77eeb301f769b40ef1afbc
1
/dts-v1/;
2
3
/include/ "bcm7360.dtsi"
4
5
/ {
6
compatible = "brcm,bcm97360svmb", "brcm,bcm7360";
7
model = "Broadcom BCM97360SVMB";
8
9
memory@0 {
10
device_type = "memory";
11
reg = <0x00000000 0x10000000>;
12
};
13
14
chosen {
15
bootargs = "console=ttyS0,115200";
16
stdout-path = &uart0;
17
};
18
};
19
20
&uart0 {
21
status = "okay";
22
};
23
24
&uart1 {
25
status = "okay";
26
};
27
28
&uart2 {
29
status = "okay";
30
};
31
32
&bsca {
33
status = "okay";
34
};
35
36
&bscb {
37
status = "okay";
38
};
39
40
&bscc {
41
status = "okay";
42
};
43
44
&bscd {
45
status = "okay";
46
};
47
48
&enet0 {
49
status = "okay";
50
};
51
52
&ehci0 {
53
status = "okay";
54
};
55
56
&ohci0 {
57
status = "okay";
58
};