Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
0002 /*
0003  * Copyright (c) 2021 Sergio Paracuellos
0004  * Author: Sergio Paracuellos <sergio.paracuellos@gmail.com>
0005  */
0006 
0007 #ifndef DT_BINDING_MT7621_RESET_H
0008 #define DT_BINDING_MT7621_RESET_H
0009 
0010 #define MT7621_RST_SYS      0
0011 #define MT7621_RST_MCM      2
0012 #define MT7621_RST_HSDMA    5
0013 #define MT7621_RST_FE       6
0014 #define MT7621_RST_SPDIFTX  7
0015 #define MT7621_RST_TIMER    8
0016 #define MT7621_RST_INT      9
0017 #define MT7621_RST_MC       10
0018 #define MT7621_RST_PCM      11
0019 #define MT7621_RST_PIO      13
0020 #define MT7621_RST_GDMA     14
0021 #define MT7621_RST_NFI      15
0022 #define MT7621_RST_I2C      16
0023 #define MT7621_RST_I2S      17
0024 #define MT7621_RST_SPI      18
0025 #define MT7621_RST_UART1    19
0026 #define MT7621_RST_UART2    20
0027 #define MT7621_RST_UART3    21
0028 #define MT7621_RST_ETH      23
0029 #define MT7621_RST_PCIE0    24
0030 #define MT7621_RST_PCIE1    25
0031 #define MT7621_RST_PCIE2    26
0032 #define MT7621_RST_AUX_STCK 28
0033 #define MT7621_RST_CRYPTO   29
0034 #define MT7621_RST_SDXC     30
0035 #define MT7621_RST_PPE      31
0036 
0037 #endif /* DT_BINDING_MT7621_RESET_H */