0001 // SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause
0002
0003 /dts-v1/;
0004
0005 #include "rtl83xx.dtsi"
0006 #include "rtl838x.dtsi"
0007
0008 / {
0009 model = "Cisco SG220-26";
0010 compatible = "cisco,sg220-26", "realtek,rtl8382-soc";
0011
0012 chosen {
0013 stdout-path = "serial0:9600n8";
0014 bootargs = "earlycon console=ttyS0,9600";
0015 };
0016
0017 memory@0 {
0018 device_type = "memory";
0019 reg = <0x0 0x8000000>;
0020 };
0021 };
0022
0023 &uart0 {
0024 status = "okay";
0025 };