aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/p3060qds/p3060qds_qixis.h
blob: 4d5d6a25ebe9410027db4ed494eb28837f76a2d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
/*
 * Copyright 2011 Freescale Semiconductor, Inc.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation; either version 2 of
 * the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 * MA 02111-1307 USA
 */

#ifndef __P3060QDS_QIXIS_H__
#define __P3060QDS_QIXIS_H__

/* Definitions of QIXIS Registers for P3060QDS */

/* BRDCFG4[4:7]] select EC1 and EC2 as a pair */
#define BRDCFG4_EC_MODE_MASK		0x0F
#define BRDCFG4_EC2_MII_EC1_MII	0x00
#define BRDCFG4_EC2_MII_EC1_USB	0x03
#define BRDCFG4_EC2_USB_EC1_MII	0x0C
#define BRDCFG4_EC2_USB_EC1_USB	0x0F
#define BRDCFG4_EC2_USB_EC1_RGMII	0x0E
#define BRDCFG4_EC2_RGMII_EC1_USB	0x0B
#define BRDCFG4_EC2_RGMII_EC1_RGMII	0x0A
#define BRDCFG4_EMISEL_MASK		0xF0

#define BRDCFG5_ECLKS_MASK		0x80
#define BRDCFG5_USB1ID_MASK		0x40
#define BRDCFG5_USB2ID_MASK		0x20
#define BRDCFG5_GC2MX_MASK		0x0C
#define BRDCFG5_T15MX_MASK		0x03
#define BRDCFG5_ECLKS_IEEE1588_CM	0x80
#define BRDCFG5_USB1ID_CTRL		0x40
#define BRDCFG5_USB2ID_CTRL		0x20

#define BRDCFG6_SD1MX_A		0x01
#define BRDCFG6_SD1MX_B		0x00
#define BRDCFG6_SD2MX_A		0x02
#define BRDCFG6_SD2MX_B		0x00
#define BRDCFG6_SD3MX_A		0x04
#define BRDCFG6_SD3MX_B		0x00
#define BRDCFG6_SD4MX_A		0x08
#define BRDCFG6_SD4MX_B		0x00

#define BRDCFG7_JTAGMX_MASK		0xC0
#define BRDCFG7_IQ1MX_MASK		0x20
#define BRDCFG7_G1MX_MASK		0x10
#define BRDCFG7_D1MX_MASK		0x0C
#define BRDCFG7_I3MX_MASK		0x03
#define BRDCFG7_JTAGMX_AURORA		0x00
#define BRDCFG7_JTAGMX_FPGA		0x80
#define BRDCFG7_JTAGMX_COP_JTAG	0xC0
#define BRDCFG7_IQ1MX_IRQ_EVT		0x00
#define BRDCFG7_IQ1MX_USB2		0x20
#define BRDCFG7_G1MX_USB1		0x00
#define BRDCFG7_G1MX_TSEC3		0x10
#define BRDCFG7_D1MX_DMA		0x00
#define BRDCFG7_D1MX_TSEC3USB		0x04
#define BRDCFG7_D1MX_HDLC2		0x08
#define BRDCFG7_I3MX_UART2_I2C34	0x00
#define BRDCFG7_I3MX_GPIO_EVT		0x01
#define BRDCFG7_I3MX_USB1		0x02
#define BRDCFG7_I3MX_TSEC3		0x03

#endif