]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/Marvell/sheevaplug/sheevaplug.h
engicam: Set fdt_file env during run-time
[people/ms/u-boot.git] / board / Marvell / sheevaplug / sheevaplug.h
CommitLineData
55dd4ba5
PW
1/*
2 * (C) Copyright 2009
3 * Marvell Semiconductor <www.marvell.com>
4 * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
5 *
1a459660 6 * SPDX-License-Identifier: GPL-2.0+
55dd4ba5
PW
7 */
8
9#ifndef __SHEEVAPLUG_H
10#define __SHEEVAPLUG_H
11
12#define SHEEVAPLUG_OE_LOW (~(0))
13#define SHEEVAPLUG_OE_HIGH (~(0))
14#define SHEEVAPLUG_OE_VAL_LOW (1 << 29) /* USB_PWEN low */
15#define SHEEVAPLUG_OE_VAL_HIGH (1 << 17) /* LED pin high */
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 /* __SHEEVAPLUG_H */