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