0001
0002
0003
0004
0005
0006 #ifndef _DT_BINDINGS_RESET_SUN50I_A100_H_
0007 #define _DT_BINDINGS_RESET_SUN50I_A100_H_
0008
0009 #define RST_MBUS 0
0010 #define RST_BUS_DE 1
0011 #define RST_BUS_G2D 2
0012 #define RST_BUS_GPU 3
0013 #define RST_BUS_CE 4
0014 #define RST_BUS_VE 5
0015 #define RST_BUS_DMA 6
0016 #define RST_BUS_MSGBOX 7
0017 #define RST_BUS_SPINLOCK 8
0018 #define RST_BUS_HSTIMER 9
0019 #define RST_BUS_DBG 10
0020 #define RST_BUS_PSI 11
0021 #define RST_BUS_PWM 12
0022 #define RST_BUS_DRAM 13
0023 #define RST_BUS_NAND 14
0024 #define RST_BUS_MMC0 15
0025 #define RST_BUS_MMC1 16
0026 #define RST_BUS_MMC2 17
0027 #define RST_BUS_UART0 18
0028 #define RST_BUS_UART1 19
0029 #define RST_BUS_UART2 20
0030 #define RST_BUS_UART3 21
0031 #define RST_BUS_UART4 22
0032 #define RST_BUS_I2C0 23
0033 #define RST_BUS_I2C1 24
0034 #define RST_BUS_I2C2 25
0035 #define RST_BUS_I2C3 26
0036 #define RST_BUS_SPI0 27
0037 #define RST_BUS_SPI1 28
0038 #define RST_BUS_SPI2 29
0039 #define RST_BUS_EMAC 30
0040 #define RST_BUS_IR_RX 31
0041 #define RST_BUS_IR_TX 32
0042 #define RST_BUS_GPADC 33
0043 #define RST_BUS_THS 34
0044 #define RST_BUS_I2S0 35
0045 #define RST_BUS_I2S1 36
0046 #define RST_BUS_I2S2 37
0047 #define RST_BUS_I2S3 38
0048 #define RST_BUS_SPDIF 39
0049 #define RST_BUS_DMIC 40
0050 #define RST_BUS_AUDIO_CODEC 41
0051 #define RST_USB_PHY0 42
0052 #define RST_USB_PHY1 43
0053 #define RST_BUS_OHCI0 44
0054 #define RST_BUS_OHCI1 45
0055 #define RST_BUS_EHCI0 46
0056 #define RST_BUS_EHCI1 47
0057 #define RST_BUS_OTG 48
0058 #define RST_BUS_LRADC 49
0059 #define RST_BUS_DPSS_TOP0 50
0060 #define RST_BUS_DPSS_TOP1 51
0061 #define RST_BUS_MIPI_DSI 52
0062 #define RST_BUS_TCON_LCD 53
0063 #define RST_BUS_LVDS 54
0064 #define RST_BUS_LEDC 55
0065 #define RST_BUS_CSI 56
0066 #define RST_BUS_CSI_ISP 57
0067
0068 #endif