Add KSZ8081 support. (#4668)

Co-authored-by: Your Name <you@example.com>
This commit is contained in:
Fabian
2023-04-12 23:22:08 +02:00
committed by GitHub
parent b5fbe0b145
commit 0547f2a931
3 changed files with 20 additions and 4 deletions
+1
View File
@@ -34,6 +34,7 @@ ETHERNET_TYPES = {
"DP83848": EthernetType.ETHERNET_TYPE_DP83848,
"IP101": EthernetType.ETHERNET_TYPE_IP101,
"JL1101": EthernetType.ETHERNET_TYPE_JL1101,
"KSZ8081": EthernetType.ETHERNET_TYPE_KSZ8081,
}
emac_rmii_clock_mode_t = cg.global_ns.enum("emac_rmii_clock_mode_t")