AM273x MCU+ SDK  09.02.00
enet_soc_cfg.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) Texas Instruments Incorporated 2020-23
3  *
4  * Redistribution and use in source and binary forms, with or without
5  * modification, are permitted provided that the following conditions
6  * are met:
7  *
8  * Redistributions of source code must retain the above copyright
9  * notice, this list of conditions and the following disclaimer.
10  *
11  * Redistributions in binary form must reproduce the above copyright
12  * notice, this list of conditions and the following disclaimer in the
13  * documentation and/or other materials provided with the
14  * distribution.
15  *
16  * Neither the name of Texas Instruments Incorporated nor the names of
17  * its contributors may be used to endorse or promote products derived
18  * from this software without specific prior written permission.
19  *
20  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31  */
32 
39 #ifndef ENET_SOC_CFG_H_
40 #define ENET_SOC_CFG_H_
41 
42 /* ========================================================================== */
43 /* Include Files */
44 /* ========================================================================== */
45 
46 #include <stdint.h>
47 
48 #ifdef __cplusplus
49 extern "C" {
50 #endif
51 
52 /* ========================================================================== */
53 /* Macros */
54 /* ========================================================================== */
55 
56 /* --------------------------------------------------------------------------*/
57 /* Enet generic config options */
58 /* --------------------------------------------------------------------------*/
59 
61 #define ENET_CFG_ENETPHY_PHY_MAX (1U)
62 
63 /* --------------------------------------------------------------------------*/
64 /* CPSW Peripheral and CPSW Module related config options */
65 /* --------------------------------------------------------------------------*/
66 
68 #define ENET_CFG_CPSW_INTERVLAN (ENET_ON)
69 
71 #define ENET_CFG_CPSW_2PORTSWITCH (ENET_ON)
72 
74 #define ENET_CFG_CPDMA_CH_OVERRIDE (ENET_OFF)
75 
77 #define ENET_CFG_CPSW_IET_INCL (ENET_OFF)
78 
80 #define ENET_CFG_ALE_VLAN_MASK_MUX (ENET_ON)
81 
83 #define ENET_CFG_CPSW_MACPORT_MII (ENET_OFF)
84 
86 #define ENET_CFG_CPSW_XGMII (ENET_OFF)
87 
89 #define ENET_CFG_CPSW_SGMII (ENET_OFF)
90 
92 #define ENET_CFG_CPSW_MACPORT_SGMII (ENET_OFF)
93 
95 #define ENET_CFG_CPSW_CPPI_CAST (ENET_OFF)
96 
98 #define ENET_CFG_CPSW_HOSTPORT_TRAFFIC_SHAPING (ENET_ON)
99 
101 #define ENET_CFG_CPSW_MACPORT_TRAFFIC_SHAPING (ENET_ON)
102 
104 #define ENET_CFG_CPSW_MACPORT_INTERVLAN (ENET_ON)
105 
107 #define ENET_CFG_REMOTE_CLIENT_CORES_MAX (1U)
108 
110 #define ENET_CFG_RM_MAC_ADDR_MAX (1U)
111 
113 #define ENET_CFG_CPDMA_MULTICORE_SUPPORT (ENET_OFF)
114 
115 /* \brief CPSW Checksum Offload support */
116 #define ENET_CFG_CPSW_CSUM_OFFLOAD_SUPPORT (ENET_OFF)
117 
118 /* \brief SOC CPSW Version Info */
119 #define ENET_SOC_CFG_XGE_CPSW_ID_VER_REG_MAJOR_VER (1U)
120 
121 #define ENET_SOC_CFG_XGE_CPSW_ID_VER_REG_MINOR_VER (2U)
122 
123 #define ENET_SOC_CFG_XGE_CPSW_ID_VER_REG_RTL_VER (0U)
124 
126 #define ENET_CFG_RM_TX_CH_MAX (8U)
127 
129 #define ENET_CFG_RM_RX_CH_MAX (8U)
130 
131 /* --------------------------------------------------------------------------*/
132 /* GMAC Peripheral and CPSW Module related config options */
133 /* --------------------------------------------------------------------------*/
134 
136 #define CPSW_STATS_MACPORT_MAX (1U)
137 
139 #define ENET_CFG_CPSW_EST (ENET_ON)
140 #define ENET_CFG_CPSW_MACPORT_EST (ENET_ON)
141 
143 #define ENET_CFG_CPSW_CUTTHRU (ENET_OFF)
144 
146 #define ENET_CFG_MDIO_CLAUSE45 (ENET_ON)
147 
149 #define CPSW_ALE_NUM_PORTS ((CPSW_STATS_MACPORT_MAX) + 1U)
150 
152 #define ENET_CFG_CPSW_ESTF_NUM (CPSW_STATS_MACPORT_MAX)
153 
154 /* ========================================================================== */
155 /* Structures and Enums */
156 /* ========================================================================== */
157 
158 /* None */
159 
160 /* ========================================================================== */
161 /* Global Variables Declarations */
162 /* ========================================================================== */
163 
164 /* None */
165 
166 /* ========================================================================== */
167 /* Function Declarations */
168 /* ========================================================================== */
169 
170 /* None */
171 
172 /* ========================================================================== */
173 /* Deprecated Function Declarations */
174 /* ========================================================================== */
175 
176 /* None */
177 
178 /* ========================================================================== */
179 /* Static Function Definitions */
180 /* ========================================================================== */
181 
182 /* None */
183 
184 #ifdef __cplusplus
185 }
186 #endif
187 
188 #endif /* ENET_SOC_CFG_H_ */