// SPDX-License-Identifier: (GPL-2.0 OR MIT) /* * Copyright (C) 2025 Inochi Amaoto */ /dts-v1/; #include "sg2044.dtsi" / { model = "Sophgo SG2044 SRD3-10"; compatible = "sophgo,srd3-10", "sophgo,sg2044"; aliases { serial0 = &uart0; serial1 = &uart1; serial2 = &uart2; serial3 = &uart3; }; chosen { stdout-path = "serial1:115200n8"; }; }; &osc { clock-frequency = <25000000>; }; &uart1 { status = "okay"; };