1*f383b077SSergio Paracuellos /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2*f383b077SSergio Paracuellos /*
3*f383b077SSergio Paracuellos  * Copyright (c) 2021 Sergio Paracuellos
4*f383b077SSergio Paracuellos  * Author: Sergio Paracuellos <sergio.paracuellos@gmail.com>
5*f383b077SSergio Paracuellos  */
6*f383b077SSergio Paracuellos 
7*f383b077SSergio Paracuellos #ifndef DT_BINDING_MT7621_RESET_H
8*f383b077SSergio Paracuellos #define DT_BINDING_MT7621_RESET_H
9*f383b077SSergio Paracuellos 
10*f383b077SSergio Paracuellos #define MT7621_RST_SYS		0
11*f383b077SSergio Paracuellos #define MT7621_RST_MCM		2
12*f383b077SSergio Paracuellos #define MT7621_RST_HSDMA	5
13*f383b077SSergio Paracuellos #define MT7621_RST_FE		6
14*f383b077SSergio Paracuellos #define MT7621_RST_SPDIFTX	7
15*f383b077SSergio Paracuellos #define MT7621_RST_TIMER	8
16*f383b077SSergio Paracuellos #define MT7621_RST_INT		9
17*f383b077SSergio Paracuellos #define MT7621_RST_MC		10
18*f383b077SSergio Paracuellos #define MT7621_RST_PCM		11
19*f383b077SSergio Paracuellos #define MT7621_RST_PIO		13
20*f383b077SSergio Paracuellos #define MT7621_RST_GDMA		14
21*f383b077SSergio Paracuellos #define MT7621_RST_NFI		15
22*f383b077SSergio Paracuellos #define MT7621_RST_I2C		16
23*f383b077SSergio Paracuellos #define MT7621_RST_I2S		17
24*f383b077SSergio Paracuellos #define MT7621_RST_SPI		18
25*f383b077SSergio Paracuellos #define MT7621_RST_UART1	19
26*f383b077SSergio Paracuellos #define MT7621_RST_UART2	20
27*f383b077SSergio Paracuellos #define MT7621_RST_UART3	21
28*f383b077SSergio Paracuellos #define MT7621_RST_ETH		23
29*f383b077SSergio Paracuellos #define MT7621_RST_PCIE0	24
30*f383b077SSergio Paracuellos #define MT7621_RST_PCIE1	25
31*f383b077SSergio Paracuellos #define MT7621_RST_PCIE2	26
32*f383b077SSergio Paracuellos #define MT7621_RST_AUX_STCK	28
33*f383b077SSergio Paracuellos #define MT7621_RST_CRYPTO	29
34*f383b077SSergio Paracuellos #define MT7621_RST_SDXC		30
35*f383b077SSergio Paracuellos #define MT7621_RST_PPE		31
36*f383b077SSergio Paracuellos 
37*f383b077SSergio Paracuellos #endif /* DT_BINDING_MT7621_RESET_H */
38