Skip to content

Commit a9b547c

Browse files
committed
riscv: dts: sophgo: Enable ethernet device for Huashan Pi
Enable ethernet controller and mdio multiplexer device on Huashan Pi. Link: https://lore.kernel.org/r/20250703021600.125550-4-inochiama@gmail.com Signed-off-by: Inochi Amaoto <inochiama@gmail.com> Signed-off-by: Chen Wang <unicorn_wang@outlook.com> Signed-off-by: Chen Wang <wangchen20@iscas.ac.cn>
1 parent ba1abac commit a9b547c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/riscv/boot/dts/sophgo/cv1812h-huashan-pi.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@
5555
non-removable;
5656
};
5757

58+
&gmac0 {
59+
status = "okay";
60+
};
61+
62+
&mdio {
63+
status = "okay";
64+
};
65+
5866
&sdhci0 {
5967
status = "okay";
6068
bus-width = <4>;

0 commit comments

Comments
 (0)