diff options
Diffstat (limited to 'arch/mips/boot/dts/brcm/bcm93384wvg_viper.dts')
-rw-r--r-- | arch/mips/boot/dts/brcm/bcm93384wvg_viper.dts | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm93384wvg_viper.dts b/arch/mips/boot/dts/brcm/bcm93384wvg_viper.dts new file mode 100644 index 000000000..938a8e661 --- /dev/null +++ b/arch/mips/boot/dts/brcm/bcm93384wvg_viper.dts | |||
@@ -0,0 +1,26 @@ | |||
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 | }; | ||