Skip to content

Commit c2dc897

Browse files
stanislav-poborilnashif
authored andcommitted
dts: bindings: Add RGMII mode definition to NXP ENET bindings
Add RGMII mode definition to be used in bindings related to NXP ENET_1G IP. Fixes: #66348 Signed-off-by: Stanislav Poboril <[email protected]>
1 parent 57a7888 commit c2dc897

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/zephyr/dt-bindings/ethernet/nxp_enet.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 NXP
2+
* Copyright 2023-2024 NXP
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/
@@ -9,6 +9,7 @@
99

1010
#define NXP_ENET_MII_MODE 0
1111
#define NXP_ENET_RMII_MODE 1
12+
#define NXP_ENET_RGMII_MODE 2
1213
#define NXP_ENET_INVALID_MII_MODE 100
1314

1415
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_NXP_ENET_H_ */

0 commit comments

Comments
 (0)