xref: /openbmc/u-boot/arch/nios2/dts/include/dt-bindings/reset/mtk-reset.h (revision e807f6b5f9a164dc1fc35e1c733fa343acf335c0)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2018 MediaTek Inc.
4  */
5 
6 #ifndef _DT_BINDINGS_MTK_RESET_H_
7 #define _DT_BINDINGS_MTK_RESET_H_
8 
9 /* ETHSYS */
10 #define ETHSYS_PPE_RST			31
11 #define ETHSYS_EPHY_RST			24
12 #define ETHSYS_GMAC_RST			23
13 #define ETHSYS_ESW_RST			16
14 #define ETHSYS_FE_RST			6
15 #define ETHSYS_MCM_RST			2
16 #define ETHSYS_SYS_RST			0
17 
18 #endif /* _DT_BINDINGS_MTK_RESET_H_ */
19