linux-imx/include/dt-bindings/net/nxp-netc.h
Clark Wang 36fca2ca4c LF-12105-3 dt-bindings: net: enetc: Add head file for NETC interface settings
Add the definitions for NETC interfaces setting.

Acked-by: Wei Fang <wei.fang@nxp.com>
Signed-off-by: Clark Wang <xiaoning.wang@nxp.com>
2024-04-29 13:43:19 +08:00

18 lines
343 B
C

/* SPDX-License-Identifier: GPL-2.0-only OR MIT */
/*
* Copyright 2024 NXP
*/
#ifndef _DT_BINDINGS_NXP_NETC_H
#define _DT_BINDINGS_NXP_NETC_H
#define NXP_NETC_MII 0x0
#define NXP_NETC_RMII 0x1
#define NXP_NETC_RGMII 0x2
#define NXP_NETC_SERIAL 0x3
#define NXP_NETC_RMII_CLK_INPUT 0x0
#define NXP_NETC_RMII_CLK_OUTPUT 0x1
#endif