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/[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 ba1abac commit a9b547c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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)