Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 /*
0003  * Copyright (c) 2018 Bitmain Ltd.
0004  * Copyright (c) 2019 Linaro Ltd.
0005  */
0006 
0007 #ifndef _DT_BINDINGS_BM1880_RESET_H
0008 #define _DT_BINDINGS_BM1880_RESET_H
0009 
0010 #define BM1880_RST_MAIN_AP      0
0011 #define BM1880_RST_SECOND_AP        1
0012 #define BM1880_RST_DDR          2
0013 #define BM1880_RST_VIDEO        3
0014 #define BM1880_RST_JPEG         4
0015 #define BM1880_RST_VPP          5
0016 #define BM1880_RST_GDMA         6
0017 #define BM1880_RST_AXI_SRAM     7
0018 #define BM1880_RST_TPU          8
0019 #define BM1880_RST_USB          9
0020 #define BM1880_RST_ETH0         10
0021 #define BM1880_RST_ETH1         11
0022 #define BM1880_RST_NAND         12
0023 #define BM1880_RST_EMMC         13
0024 #define BM1880_RST_SD           14
0025 #define BM1880_RST_SDMA         15
0026 #define BM1880_RST_I2S0         16
0027 #define BM1880_RST_I2S1         17
0028 #define BM1880_RST_UART0_1_CLK      18
0029 #define BM1880_RST_UART0_1_ACLK     19
0030 #define BM1880_RST_UART2_3_CLK      20
0031 #define BM1880_RST_UART2_3_ACLK     21
0032 #define BM1880_RST_MINER        22
0033 #define BM1880_RST_I2C0         23
0034 #define BM1880_RST_I2C1         24
0035 #define BM1880_RST_I2C2         25
0036 #define BM1880_RST_I2C3         26
0037 #define BM1880_RST_I2C4         27
0038 #define BM1880_RST_PWM0         28
0039 #define BM1880_RST_PWM1         29
0040 #define BM1880_RST_PWM2         30
0041 #define BM1880_RST_PWM3         31
0042 #define BM1880_RST_SPI          32
0043 #define BM1880_RST_GPIO0        33
0044 #define BM1880_RST_GPIO1        34
0045 #define BM1880_RST_GPIO2        35
0046 #define BM1880_RST_EFUSE        36
0047 #define BM1880_RST_WDT          37
0048 #define BM1880_RST_AHB_ROM      38
0049 #define BM1880_RST_SPIC         39
0050 
0051 #endif /* _DT_BINDINGS_BM1880_RESET_H */