xref: /OK3568_Linux_fs/u-boot/board/esd/vme8349/vme8349pin.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /*
2*4882a593Smuzhiyun  * vme8349pin.h -- esd VME8349 MPC8349 I/O pin definition.
3*4882a593Smuzhiyun  * Copyright (c) 2009 esd gmbh.
4*4882a593Smuzhiyun  *
5*4882a593Smuzhiyun  * Reinhard Arlt <reinhard.arlt@esd-electronics.com>
6*4882a593Smuzhiyun  *
7*4882a593Smuzhiyun  * SPDX-License-Identifier:	GPL-2.0+
8*4882a593Smuzhiyun  */
9*4882a593Smuzhiyun 
10*4882a593Smuzhiyun #ifndef __VME8349PIN_H__
11*4882a593Smuzhiyun #define __VME8349PIN_H__
12*4882a593Smuzhiyun 
13*4882a593Smuzhiyun #define GPIO2_V_SCON		0x80000000 /* In:  from tsi148 1: is syscon */
14*4882a593Smuzhiyun #define GPIO2_VME_RESET_N	0x20000000 /* Out: to tsi148                */
15*4882a593Smuzhiyun #define GPIO2_TSI_PLL_RESET_N	0x08000000 /* Out: to tsi148                */
16*4882a593Smuzhiyun #define GPIO2_TSI_POWERUP_RESET_N 0x00800000 /* Out: to tsi148              */
17*4882a593Smuzhiyun #define GPIO2_L_RESET_EN_N	0x00100000 /* Out: 0:vme can assert cpu lrst*/
18*4882a593Smuzhiyun 
19*4882a593Smuzhiyun #endif /* of ifndef __VME8349PIN_H__ */
20