]> git.sur5r.net Git - u-boot/blob - board/Marvell/sheevaplug/sheevaplug.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / board / Marvell / sheevaplug / sheevaplug.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2009
4  * Marvell Semiconductor <www.marvell.com>
5  * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
6  */
7
8 #ifndef __SHEEVAPLUG_H
9 #define __SHEEVAPLUG_H
10
11 #define SHEEVAPLUG_OE_LOW               (~(0))
12 #define SHEEVAPLUG_OE_HIGH              (~(0))
13 #define SHEEVAPLUG_OE_VAL_LOW           (1 << 29)       /* USB_PWEN low */
14 #define SHEEVAPLUG_OE_VAL_HIGH          (1 << 17)       /* LED pin high */
15
16 /* PHY related */
17 #define MV88E1116_LED_FCTRL_REG         10
18 #define MV88E1116_CPRSP_CR3_REG         21
19 #define MV88E1116_MAC_CTRL_REG          21
20 #define MV88E1116_PGADR_REG             22
21 #define MV88E1116_RGMII_TXTM_CTRL       (1 << 4)
22 #define MV88E1116_RGMII_RXTM_CTRL       (1 << 5)
23
24 #endif /* __SHEEVAPLUG_H */