Skip to content

Commit cccac52

Browse files
sverdlininochisa
authored andcommitted
arm64: dts: sophgo: Add Duo Module 01
The Duo Module 01 is a compact module with integrated SG2000, WI-FI6/BTDM5.4, and eMMC. Add only support for UART and SDHCI. Signed-off-by: Alexander Sverdlin <[email protected]> Reviewed-by: Inochi Amaoto <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Inochi Amaoto <[email protected]> Signed-off-by: Chen Wang <[email protected]> Signed-off-by: Chen Wang <[email protected]>
1 parent dabb6ec commit cccac52

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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+
};

0 commit comments

Comments
 (0)