Home | History | Annotate | Line # | Download | only in reset
      1  1.1  jmcneill /*	$NetBSD: actions,s700-reset.h,v 1.1.1.1 2019/01/22 14:57:01 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
      4  1.1  jmcneill //
      5  1.1  jmcneill // Device Tree binding constants for Actions Semi S700 Reset Management Unit
      6  1.1  jmcneill //
      7  1.1  jmcneill // Copyright (c) 2018 Linaro Ltd.
      8  1.1  jmcneill 
      9  1.1  jmcneill #ifndef __DT_BINDINGS_ACTIONS_S700_RESET_H
     10  1.1  jmcneill #define __DT_BINDINGS_ACTIONS_S700_RESET_H
     11  1.1  jmcneill 
     12  1.1  jmcneill #define RESET_AUDIO				0
     13  1.1  jmcneill #define RESET_CSI				1
     14  1.1  jmcneill #define RESET_DE				2
     15  1.1  jmcneill #define RESET_DSI				3
     16  1.1  jmcneill #define RESET_GPIO				4
     17  1.1  jmcneill #define RESET_I2C0				5
     18  1.1  jmcneill #define RESET_I2C1				6
     19  1.1  jmcneill #define RESET_I2C2				7
     20  1.1  jmcneill #define RESET_I2C3				8
     21  1.1  jmcneill #define RESET_KEY				9
     22  1.1  jmcneill #define RESET_LCD0				10
     23  1.1  jmcneill #define RESET_SI				11
     24  1.1  jmcneill #define RESET_SPI0				12
     25  1.1  jmcneill #define RESET_SPI1				13
     26  1.1  jmcneill #define RESET_SPI2				14
     27  1.1  jmcneill #define RESET_SPI3				15
     28  1.1  jmcneill #define RESET_UART0				16
     29  1.1  jmcneill #define RESET_UART1				17
     30  1.1  jmcneill #define RESET_UART2				18
     31  1.1  jmcneill #define RESET_UART3				19
     32  1.1  jmcneill #define RESET_UART4				20
     33  1.1  jmcneill #define RESET_UART5				21
     34  1.1  jmcneill #define RESET_UART6				22
     35  1.1  jmcneill 
     36  1.1  jmcneill #endif /* __DT_BINDINGS_ACTIONS_S700_RESET_H */
     37