We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820e9d8 commit 501f92cCopy full SHA for 501f92c
connectivity/drivers/emac/sources/PhyDrivers.cpp
@@ -71,15 +71,16 @@ namespace IP101G {
71
72
}
73
74
-namespace DP83848 {
+namespace DP8384X {
75
76
- /// Driver for the DP83848 PHY
+ /// Driver for the DP8384X PHY
77
/// Datasheet: https://www.ti.com/lit/ds/symlink/dp83848c.pdf
78
+ /// https://www.ti.com/lit/ds/symlink/dp83849i.pdf
79
/// @{
80
81
inline constexpr GenericEthPhy::Config DefaultConfig = {
82
.OUI = 0x80017,
- .model_min = 0x09, // DP83848VV
83
+ .model_min = 0x09, // DP83848VV, DP83849I
84
.model_max = 0x0A, // DP83848C/I/VYB/YB
85
.address = 1, // Address set via PHYAD[0] strap.
86
};
0 commit comments