Add PHY-driver for KSZ8091RNB with 50MHz.

This adds a driver for the KSZ8091RNB PHY. This PHY needs some special
treatment if it is clocked with a 50MHz clock.
This commit is contained in:
Christian Mauderer
2018-09-20 14:27:17 +02:00
parent 8645b55017
commit 61575f5c44
2 changed files with 192 additions and 0 deletions

View File

@@ -1443,6 +1443,12 @@ class dev_net(builder.Module):
],
mm.generator['source']()
)
self.addRTEMSSourceFiles(
[
'sys/dev/mii/ksz8091rnb_50MHz.c',
],
mm.generator['source']()
)
#
# Network Interface Controllers (NIC)