Can now create a node worker

This commit is contained in:
2026-03-25 18:05:42 +08:00
parent db19bc72f7
commit 01ec867c2f
12 changed files with 747 additions and 408 deletions

View File

@@ -482,18 +482,21 @@
ethernet@e8000 {
phy-handle = <&sgmii_phy0>;
phy-connection-type = "sgmii";
managed = "in-band-status";
status = "okay";
};
ethernet@ea000 {
phy-handle = <&sgmii_phy1>;
phy-connection-type = "sgmii";
managed = "in-band-status";
status = "okay";
};
ethernet@e2000 {
phy-handle = <&sgmii_phy2>;
phy-connection-type = "sgmii";
managed = "in-band-status";
status = "okay";
};