Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * This header provides constants for the reset controller
0004  * present in the Pistachio SoC
0005  */
0006 
0007 #ifndef _PISTACHIO_RESETS_H
0008 #define _PISTACHIO_RESETS_H
0009 
0010 #define PISTACHIO_RESET_I2C0        0
0011 #define PISTACHIO_RESET_I2C1        1
0012 #define PISTACHIO_RESET_I2C2        2
0013 #define PISTACHIO_RESET_I2C3        3
0014 #define PISTACHIO_RESET_I2S_IN      4
0015 #define PISTACHIO_RESET_PRL_OUT     5
0016 #define PISTACHIO_RESET_SPDIF_OUT   6
0017 #define PISTACHIO_RESET_SPI     7
0018 #define PISTACHIO_RESET_PWM_PDM     8
0019 #define PISTACHIO_RESET_UART0       9
0020 #define PISTACHIO_RESET_UART1       10
0021 #define PISTACHIO_RESET_QSPI        11
0022 #define PISTACHIO_RESET_MDC     12
0023 #define PISTACHIO_RESET_SDHOST      13
0024 #define PISTACHIO_RESET_ETHERNET    14
0025 #define PISTACHIO_RESET_IR      15
0026 #define PISTACHIO_RESET_HASH        16
0027 #define PISTACHIO_RESET_TIMER       17
0028 #define PISTACHIO_RESET_I2S_OUT     18
0029 #define PISTACHIO_RESET_SPDIF_IN    19
0030 #define PISTACHIO_RESET_EVT     20
0031 #define PISTACHIO_RESET_USB_H       21
0032 #define PISTACHIO_RESET_USB_PR      22
0033 #define PISTACHIO_RESET_USB_PHY_PR  23
0034 #define PISTACHIO_RESET_USB_PHY_PON 24
0035 #define PISTACHIO_RESET_MAX     24
0036 
0037 #endif