Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /dts-v1/;
0003 
0004 #include "bcm3368.dtsi"
0005 
0006 / {
0007         compatible = "netgear,cvg834g", "brcm,bcm3368";
0008         model = "NETGEAR CVG834G";
0009 
0010         memory@0 {
0011                 device_type = "memory";
0012                 reg = <0x00000000 0x02000000>;
0013         };
0014 
0015         chosen {
0016                 bootargs = "console=ttyS0,115200";
0017                 stdout-path = &uart0;
0018         };
0019 };
0020 
0021 &uart0 {
0022         status = "okay";
0023 };