Skip to content

Commit 501f92c

Browse files
committed
DP83848 renamed DP8384X to resolve macro name conflict with GD32_F307VG
1 parent 820e9d8 commit 501f92c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

connectivity/drivers/emac/sources/PhyDrivers.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,16 @@ namespace IP101G {
7171

7272
}
7373

74-
namespace DP83848 {
74+
namespace DP8384X {
7575

76-
/// Driver for the DP83848 PHY
76+
/// Driver for the DP8384X PHY
7777
/// Datasheet: https://www.ti.com/lit/ds/symlink/dp83848c.pdf
78+
/// https://www.ti.com/lit/ds/symlink/dp83849i.pdf
7879
/// @{
7980

8081
inline constexpr GenericEthPhy::Config DefaultConfig = {
8182
.OUI = 0x80017,
82-
.model_min = 0x09, // DP83848VV
83+
.model_min = 0x09, // DP83848VV, DP83849I
8384
.model_max = 0x0A, // DP83848C/I/VYB/YB
8485
.address = 1, // Address set via PHYAD[0] strap.
8586
};

0 commit comments

Comments
 (0)