1// SPDX-License-Identifier: (GPL-2.0 OR MIT) 2 3#include <dt-bindings/pinctrl/pinctrl-sg2000.h> 4#include "sg2000.dtsi" 5 6/ { 7 model = "Milk-V Duo Module 01"; 8 compatible = "milkv,duo-module-01", "sophgo,sg2000"; 9 10 aliases { 11 serial0 = &uart0; 12 serial1 = &uart1; 13 serial2 = &uart2; 14 serial3 = &uart3; 15 serial4 = &uart4; 16 }; 17}; 18 19&osc { 20 clock-frequency = <25000000>; 21}; 22 23&emmc { 24 bus-width = <4>; 25 no-1-8-v; 26 cap-mmc-hw-reset; 27 no-sd; 28 no-sdio; 29 non-removable; 30 status = "okay"; 31}; 32 33/* Wi-Fi */ 34&sdhci1 { 35 bus-width = <4>; 36 cap-sdio-irq; 37 no-mmc; 38 no-sd; 39 non-removable; 40}; 41