]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/iomega/iconnect/iconnect.h
Merge branch 'master' of git://git.denx.de/u-boot-samsung
[people/ms/u-boot.git] / board / iomega / iconnect / iconnect.h
1 /*
2 * Copyright (C) 2009-2012
3 * Wojciech Dubowik <wojciech.dubowik@neratec.com>
4 * Luka Perkov <luka@openwrt.org>
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
9 #ifndef __ICONNECT_H
10 #define __ICONNECT_H
11
12 #define ICONNECT_OE_LOW (~(1 << 7))
13 #define ICONNECT_OE_HIGH (~(1 << 10))
14 #define ICONNECT_OE_VAL_LOW (0)
15 #define ICONNECT_OE_VAL_HIGH (1 << 10)
16
17 /* PHY related */
18 #define MV88E1116_LED_FCTRL_REG 10
19 #define MV88E1116_CPRSP_CR3_REG 21
20 #define MV88E1116_MAC_CTRL_REG 21
21 #define MV88E1116_PGADR_REG 22
22 #define MV88E1116_RGMII_TXTM_CTRL (1 << 4)
23 #define MV88E1116_RGMII_RXTM_CTRL (1 << 5)
24
25 #endif /* __ICONNECT_H */