Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
0002 //
0003 // Device Tree binding constants for Actions Semi S700 Reset Management Unit
0004 //
0005 // Copyright (c) 2018 Linaro Ltd.
0006 
0007 #ifndef __DT_BINDINGS_ACTIONS_S700_RESET_H
0008 #define __DT_BINDINGS_ACTIONS_S700_RESET_H
0009 
0010 #define RESET_AUDIO             0
0011 #define RESET_CSI               1
0012 #define RESET_DE                2
0013 #define RESET_DSI               3
0014 #define RESET_GPIO              4
0015 #define RESET_I2C0              5
0016 #define RESET_I2C1              6
0017 #define RESET_I2C2              7
0018 #define RESET_I2C3              8
0019 #define RESET_KEY               9
0020 #define RESET_LCD0              10
0021 #define RESET_SI                11
0022 #define RESET_SPI0              12
0023 #define RESET_SPI1              13
0024 #define RESET_SPI2              14
0025 #define RESET_SPI3              15
0026 #define RESET_UART0             16
0027 #define RESET_UART1             17
0028 #define RESET_UART2             18
0029 #define RESET_UART3             19
0030 #define RESET_UART4             20
0031 #define RESET_UART5             21
0032 #define RESET_UART6             22
0033 
0034 #endif /* __DT_BINDINGS_ACTIONS_S700_RESET_H */