1 // SPDX-License-Identifier: GPL-2.0 << 2 /dts-v1/; 1 /dts-v1/; 3 2 4 #include "bcm6362.dtsi" !! 3 /include/ "bcm6362.dtsi" 5 4 6 / { 5 / { 7 compatible = "sfr,nb6-ser", "brcm,bcm6 6 compatible = "sfr,nb6-ser", "brcm,bcm6362"; 8 model = "SFR NeufBox 6 (Sercomm)"; 7 model = "SFR NeufBox 6 (Sercomm)"; 9 8 10 memory@0 { 9 memory@0 { 11 device_type = "memory"; 10 device_type = "memory"; 12 reg = <0x00000000 0x08000000>; 11 reg = <0x00000000 0x08000000>; 13 }; 12 }; 14 13 15 chosen { 14 chosen { 16 bootargs = "console=ttyS0,1152 15 bootargs = "console=ttyS0,115200"; 17 stdout-path = &uart0; 16 stdout-path = &uart0; 18 }; 17 }; 19 }; 18 }; 20 19 21 &uart0 { 20 &uart0 { 22 status = "okay"; 21 status = "okay"; 23 }; 22 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.