]> git.sur5r.net Git - freertos/blob
2dbf8b924b4d85df670c989f020e568eb5bd11e3
[freertos] /
1
2 /*******************************************************************
3 *
4 * CAUTION: This file is automatically generated by HSI.
5 * Version: 
6 * DO NOT EDIT.
7 *
8 * Copyright (C) 2010-2015 Xilinx, Inc. All Rights Reserved.*
9 *Permission is hereby granted, free of charge, to any person obtaining a copy
10 *of this software and associated documentation files (the Software), to deal
11 *in the Software without restriction, including without limitation the rights
12 *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13 *copies of the Software, and to permit persons to whom the Software is
14 *furnished to do so, subject to the following conditions:
15 *
16 *The above copyright notice and this permission notice shall be included in
17 *all copies or substantial portions of the Software.
18
19 * Use of the Software is limited solely to applications:
20 *(a) running on a Xilinx device, or
21 *(b) that interact with a Xilinx device through a bus or interconnect.
22 *
23 *THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24 *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25 *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26 *XILINX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
27 *WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
28 *OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29 *
30 *Except as contained in this notice, the name of the Xilinx shall not be used
31 *in advertising or otherwise to promote the sale, use or other dealings in
32 *this Software without prior written authorization from Xilinx.
33 *
34
35
36 * Description: Driver configuration
37 *
38 *******************************************************************/
39
40 #include "xparameters.h"
41 #include "xemacps.h"
42
43 /*
44 * The configuration table for devices
45 */
46
47 XEmacPs_Config XEmacPs_ConfigTable[] =
48 {
49         {
50                 XPAR_PSU_ETHERNET_0_DEVICE_ID,
51                 XPAR_PSU_ETHERNET_0_BASEADDR
52         },
53         {
54                 XPAR_PSU_ETHERNET_1_DEVICE_ID,
55                 XPAR_PSU_ETHERNET_1_BASEADDR
56         },
57         {
58                 XPAR_PSU_ETHERNET_2_DEVICE_ID,
59                 XPAR_PSU_ETHERNET_2_BASEADDR
60         },
61         {
62                 XPAR_PSU_ETHERNET_3_DEVICE_ID,
63                 XPAR_PSU_ETHERNET_3_BASEADDR
64         }
65 };
66
67