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
Merge tag 'usb-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[linux/fpc-iii.git]
/
arch
/
mips
/
boot
/
dts
/
brcm
/
bcm93384wvg_viper.dts
blob
938a8e66128ca5681bc803381e10148e36d1206a
1
// SPDX-License-Identifier: GPL-2.0
2
/dts-v1/;
3
4
/include/ "bcm3384_viper.dtsi"
5
6
/ {
7
compatible = "brcm,bcm93384wvg-viper", "brcm,bcm3384-viper";
8
model = "Broadcom BCM93384WVG-viper";
9
10
chosen {
11
bootargs = "console=ttyS0,115200";
12
stdout-path = &uart0;
13
};
14
};
15
16
&uart0 {
17
status = "okay";
18
};
19
20
&ehci0 {
21
status = "okay";
22
};
23
24
&ohci0 {
25
status = "okay";
26
};