forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/arch/openrisc/boot/dts/simple_smp.dts
....@@ -60,4 +60,10 @@
6060 clock-frequency = <20000000>;
6161 };
6262
63
+ enet0: ethoc@92000000 {
64
+ compatible = "opencores,ethoc";
65
+ reg = <0x92000000 0x800>;
66
+ interrupts = <4>;
67
+ big-endian;
68
+ };
6369 };