]> Git Repo - J-u-boot.git/blob - board/Synology/ds109/ds109.h
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / board / Synology / ds109 / ds109.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2009-2012
4  * Wojciech Dubowik <[email protected]>
5  * Luka Perkov <[email protected]>
6  */
7
8 #ifndef __DS109_H
9 #define __DS109_H
10
11 #define DS109_OE_LOW                    (0)
12 #define DS109_OE_HIGH                   (0)
13 #define DS109_OE_VAL_LOW                ((1 << 22)|(1 << 23))
14 #define DS109_OE_VAL_HIGH               ((1 << 1)|1)
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_MAC_CTRL2_REG         21
21
22 #define MV88E1116_PGADR_REG             22
23 #define MV88E1116_RGMII_TXTM_CTRL       (1 << 4)
24 #define MV88E1116_RGMII_RXTM_CTRL       (1 << 5)
25
26 #endif /* __DS109_H */
This page took 0.023057 seconds and 4 git commands to generate.