Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /dts-v1/;
0003 
0004 #include "bcm6362.dtsi"
0005 
0006 / {
0007         compatible = "sfr,nb6-ser", "brcm,bcm6362";
0008         model = "SFR NeufBox 6 (Sercomm)";
0009 
0010         memory@0 {
0011                 device_type = "memory";
0012                 reg = <0x00000000 0x08000000>;
0013         };
0014 
0015         chosen {
0016                 bootargs = "console=ttyS0,115200";
0017                 stdout-path = &uart0;
0018         };
0019 };
0020 
0021 &uart0 {
0022         status = "okay";
0023 };