1// SPDX-License-Identifier: (GPL-2.0 OR MIT) 2/* 3 * Copyright (C) 2025 Inochi Amaoto <inochiama@gmail.com> 4 */ 5 6/dts-v1/; 7 8#include "sg2044.dtsi" 9 10/ { 11 model = "Sophgo SG2044 SRD3-10"; 12 compatible = "sophgo,srd3-10", "sophgo,sg2044"; 13 14 aliases { 15 serial0 = &uart0; 16 serial1 = &uart1; 17 serial2 = &uart2; 18 serial3 = &uart3; 19 }; 20 21 chosen { 22 stdout-path = "serial1:115200n8"; 23 }; 24}; 25 26&osc { 27 clock-frequency = <25000000>; 28}; 29 30&uart1 { 31 status = "okay"; 32}; 33