AM263Px MCU+ SDK  09.01.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 /* --------------------------------------------------------------------------*/
60 #define ENET_CFG_ENETPHY_PHY_MAX (2U)
61 
62 /* --------------------------------------------------------------------------*/
63 /* CPSW Peripheral and CPSW Module related config options */
64 /* --------------------------------------------------------------------------*/
65 
67 #define ENET_CFG_CPSW_INTERVLAN (ENET_OFF)
68 
70 #define ENET_CFG_CPSW_2PORTSWITCH (ENET_OFF)
71 
73 #define ENET_CFG_CPDMA_CH_OVERRIDE (ENET_ON)
74 
76 #define ENET_CFG_CPSW_IET_INCL (ENET_OFF)
77 
79 #define ENET_CFG_ALE_VLAN_MASK_MUX (ENET_OFF)
80 
82 #define ENET_CFG_CPSW_XGMII (ENET_OFF)
83 
85 #define ENET_CFG_CPSW_SGMII (ENET_OFF)
86 
88 #define ENET_CFG_CPSW_MACPORT_SGMII (ENET_OFF)
89 
91 #define ENET_CFG_CPSW_CPPI_CAST (ENET_OFF)
92 
94 #define ENET_CFG_CPSW_HOSTPORT_TRAFFIC_SHAPING (ENET_ON)
95 
97 #define ENET_CFG_CPSW_MACPORT_TRAFFIC_SHAPING (ENET_ON)
98 
100 #define ENET_CFG_CPSW_MACPORT_INTERVLAN (ENET_OFF)
101 
103 #define ENET_CFG_REMOTE_CLIENT_CORES_MAX (1U)
104 
106 #define ENET_CFG_RM_MAC_ADDR_MAX (4U)
107 
109 #define ENET_CFG_CPDMA_MULTICORE_SUPPORT (ENET_ON)
110 
111 /* \brief CPSW Checksum Offload support */
112 #define ENET_CFG_CPSW_CSUM_OFFLOAD_SUPPORT (ENET_ON)
113 
114 /* \brief SOC CPSW Version Info */
115 #define ENET_SOC_CFG_XGE_CPSW_ID_VER_REG_MAJOR_VER (1U)
116 
117 #define ENET_SOC_CFG_XGE_CPSW_ID_VER_REG_MINOR_VER (3U)
118 
119 #define ENET_SOC_CFG_XGE_CPSW_ID_VER_REG_RTL_VER (2U)
120 
122 #define ENET_CFG_RM_TX_CH_MAX (8U)
123 
125 #define ENET_CFG_RM_RX_CH_MAX (8U)
126 /* --------------------------------------------------------------------------*/
127 /* GMAC Peripheral and CPSW Module related config options */
128 /* --------------------------------------------------------------------------*/
129 
131 #define CPSW_STATS_MACPORT_MAX (2U)
132 
134 #define CPSW_ALE_NUM_PORTS ((CPSW_STATS_MACPORT_MAX) + 1U)
135 
137 #define ENET_CFG_CPSW_EST (ENET_ON)
138 #define ENET_CFG_CPSW_MACPORT_EST (ENET_ON)
139 
141 #define ENET_CFG_CPSW_CUTTHRU (ENET_OFF)
142 
144 #define ENET_CFG_MDIO_CLAUSE45 (ENET_ON)
145 
146 /* ========================================================================== */
147 /* Structures and Enums */
148 /* ========================================================================== */
149 
150 /* None */
151 
152 /* ========================================================================== */
153 /* Global Variables Declarations */
154 /* ========================================================================== */
155 
156 /* None */
157 
158 /* ========================================================================== */
159 /* Function Declarations */
160 /* ========================================================================== */
161 
162 /* None */
163 
164 /* ========================================================================== */
165 /* Deprecated Function Declarations */
166 /* ========================================================================== */
167 
168 /* None */
169 
170 /* ========================================================================== */
171 /* Static Function Definitions */
172 /* ========================================================================== */
173 
174 /* None */
175 
176 #ifdef __cplusplus
177 }
178 #endif
179 
180 #endif /* ENET_SOC_CFG_H_ */