AM64x MCU+ SDK  08.05.00
enet_soc_cfg.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) Texas Instruments Incorporated 2020
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_ON)
68 
70 #define ENET_CFG_CPSW_2PORTSWITCH (ENET_OFF)
71 
73 #define ENET_CFG_CPDMA_CH_OVERRIDE (ENET_OFF)
74 
76 #define ENET_CFG_CPSW_IET_INCL (ENET_ON)
77 
79 #define ENET_CFG_ALE_VLAN_MASK_MUX (ENET_OFF)
80 
82 #define ENET_CFG_CPSW_XGMII (ENET_ON)
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_ON)
92 
94 #define ENET_CFG_CPSW_HOSTPORT_TRAFFIC_SHAPING (ENET_ON)
95 
97 #define ENET_CFG_CPSW_MACPORT_INTERVLAN (ENET_ON)
98 
100 #define ENET_CFG_REMOTE_CLIENT_CORES_MAX (1U)
101 
103 #define ENET_CFG_RM_MAC_ADDR_MAX (4U)
104 
105 /* \brief CPSW Checksum Offload support */
106 #define ENET_CFG_CPSW_CSUM_OFFLOAD_SUPPORT (ENET_ON)
107 
108 /* \brief SOC CPSW Version Info */
109 #define ENET_SOC_CFG_XGE_CPSW_ID_VER_REG_MAJOR_VER (1U)
110 
111 #define ENET_SOC_CFG_XGE_CPSW_ID_VER_REG_MINOR_VER (3U)
112 
113 #define ENET_SOC_CFG_XGE_CPSW_ID_VER_REG_RTL_VER (1U)
114 
115 /* --------------------------------------------------------------------------*/
116 /* ICSS-G Peripheral and CPSW Module related config options */
117 /* --------------------------------------------------------------------------*/
118 
119 /* --------------------------------------------------------------------------*/
120 /* GMAC Peripheral and CPSW Module related config options */
121 /* --------------------------------------------------------------------------*/
122 
124 #define CPSW_STATS_MACPORT_MAX (2U)
125 
127 #define CPSW_ALE_NUM_PORTS ((CPSW_STATS_MACPORT_MAX) + 1U)
128 
130 #define ENET_CFG_CPSW_EST (ENET_ON)
131 #define ENET_CFG_CPSW_MACPORT_EST (ENET_ON)
132 
134 #define ENET_CFG_MDIO_CLAUSE45 (ENET_ON)
135 
136 /* ========================================================================== */
137 /* Structures and Enums */
138 /* ========================================================================== */
139 
140 /* None */
141 
142 /* ========================================================================== */
143 /* Global Variables Declarations */
144 /* ========================================================================== */
145 
146 /* None */
147 
148 /* ========================================================================== */
149 /* Function Declarations */
150 /* ========================================================================== */
151 
152 /* None */
153 
154 /* ========================================================================== */
155 /* Deprecated Function Declarations */
156 /* ========================================================================== */
157 
158 /* None */
159 
160 /* ========================================================================== */
161 /* Static Function Definitions */
162 /* ========================================================================== */
163 
164 /* None */
165 
166 #ifdef __cplusplus
167 }
168 #endif
169 
170 #endif /* ENET_SOC_CFG_H_ */