Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /dts-v1/;
0003 
0004 #include "bcm3384_viper.dtsi"
0005 
0006 / {
0007         compatible = "brcm,bcm93384wvg-viper", "brcm,bcm3384-viper";
0008         model = "Broadcom BCM93384WVG-viper";
0009 
0010         chosen {
0011                 bootargs = "console=ttyS0,115200";
0012                 stdout-path = &uart0;
0013         };
0014 };
0015 
0016 &uart0 {
0017         status = "okay";
0018 };
0019 
0020 &ehci0 {
0021         status = "okay";
0022 };
0023 
0024 &ohci0 {
0025         status = "okay";
0026 };