1*5def4c47SEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause 2*5def4c47SEmmanuel Vadot 3*5def4c47SEmmanuel Vadot/dts-v1/; 4*5def4c47SEmmanuel Vadot 5*5def4c47SEmmanuel Vadot#include "rtl83xx.dtsi" 6*5def4c47SEmmanuel Vadot#include "rtl838x.dtsi" 7*5def4c47SEmmanuel Vadot 8*5def4c47SEmmanuel Vadot/ { 9*5def4c47SEmmanuel Vadot model = "Cisco SG220-26"; 10*5def4c47SEmmanuel Vadot compatible = "cisco,sg220-26", "realtek,rtl8382-soc"; 11*5def4c47SEmmanuel Vadot 12*5def4c47SEmmanuel Vadot chosen { 13*5def4c47SEmmanuel Vadot stdout-path = "serial0:9600n8"; 14*5def4c47SEmmanuel Vadot bootargs = "earlycon console=ttyS0,9600"; 15*5def4c47SEmmanuel Vadot }; 16*5def4c47SEmmanuel Vadot 17*5def4c47SEmmanuel Vadot memory@0 { 18*5def4c47SEmmanuel Vadot device_type = "memory"; 19*5def4c47SEmmanuel Vadot reg = <0x0 0x8000000>; 20*5def4c47SEmmanuel Vadot }; 21*5def4c47SEmmanuel Vadot}; 22*5def4c47SEmmanuel Vadot 23*5def4c47SEmmanuel Vadot&uart0 { 24*5def4c47SEmmanuel Vadot status = "okay"; 25*5def4c47SEmmanuel Vadot}; 26