Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _DT_BINDINGS_RESET_CORTINA_GEMINI_H
0003 #define _DT_BINDINGS_RESET_CORTINA_GEMINI_H
0004 
0005 #define GEMINI_RESET_DRAM   0
0006 #define GEMINI_RESET_FLASH  1
0007 #define GEMINI_RESET_IDE    2
0008 #define GEMINI_RESET_RAID   3
0009 #define GEMINI_RESET_SECURITY   4
0010 #define GEMINI_RESET_GMAC0  5
0011 #define GEMINI_RESET_GMAC1  6
0012 #define GEMINI_RESET_PCI    7
0013 #define GEMINI_RESET_USB0   8
0014 #define GEMINI_RESET_USB1   9
0015 #define GEMINI_RESET_DMAC   10
0016 #define GEMINI_RESET_APB    11
0017 #define GEMINI_RESET_LPC    12
0018 #define GEMINI_RESET_LCD    13
0019 #define GEMINI_RESET_INTCON0    14
0020 #define GEMINI_RESET_INTCON1    15
0021 #define GEMINI_RESET_RTC    16
0022 #define GEMINI_RESET_TIMER  17
0023 #define GEMINI_RESET_UART   18
0024 #define GEMINI_RESET_SSP    19
0025 #define GEMINI_RESET_GPIO0  20
0026 #define GEMINI_RESET_GPIO1  21
0027 #define GEMINI_RESET_GPIO2  22
0028 #define GEMINI_RESET_WDOG   23
0029 #define GEMINI_RESET_EXTERN 24
0030 #define GEMINI_RESET_CIR    25
0031 #define GEMINI_RESET_SATA0  26
0032 #define GEMINI_RESET_SATA1  27
0033 #define GEMINI_RESET_TVC    28
0034 #define GEMINI_RESET_CPU1   30
0035 #define GEMINI_RESET_GLOBAL 31
0036 
0037 #endif