Home | History | Annotate | Line # | Download | only in reset
      1  1.1  jmcneill /*	$NetBSD: actions,s900-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 S900 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_S900_RESET_H
     10  1.1  jmcneill #define __DT_BINDINGS_ACTIONS_S900_RESET_H
     11  1.1  jmcneill 
     12  1.1  jmcneill #define RESET_CHIPID				0
     13  1.1  jmcneill #define RESET_CPU_SCNT				1
     14  1.1  jmcneill #define RESET_SRAMI				2
     15  1.1  jmcneill #define RESET_DDR_CTL_PHY			3
     16  1.1  jmcneill #define RESET_DMAC				4
     17  1.1  jmcneill #define RESET_GPIO				5
     18  1.1  jmcneill #define RESET_BISP_AXI				6
     19  1.1  jmcneill #define RESET_CSI0				7
     20  1.1  jmcneill #define RESET_CSI1				8
     21  1.1  jmcneill #define RESET_DE				9
     22  1.1  jmcneill #define RESET_DSI				10
     23  1.1  jmcneill #define RESET_GPU3D_PA				11
     24  1.1  jmcneill #define RESET_GPU3D_PB				12
     25  1.1  jmcneill #define RESET_HDE				13
     26  1.1  jmcneill #define RESET_I2C0				14
     27  1.1  jmcneill #define RESET_I2C1				15
     28  1.1  jmcneill #define RESET_I2C2				16
     29  1.1  jmcneill #define RESET_I2C3				17
     30  1.1  jmcneill #define RESET_I2C4				18
     31  1.1  jmcneill #define RESET_I2C5				19
     32  1.1  jmcneill #define RESET_IMX				20
     33  1.1  jmcneill #define RESET_NANDC0				21
     34  1.1  jmcneill #define RESET_NANDC1				22
     35  1.1  jmcneill #define RESET_SD0				23
     36  1.1  jmcneill #define RESET_SD1				24
     37  1.1  jmcneill #define RESET_SD2				25
     38  1.1  jmcneill #define RESET_SD3				26
     39  1.1  jmcneill #define RESET_SPI0				27
     40  1.1  jmcneill #define RESET_SPI1				28
     41  1.1  jmcneill #define RESET_SPI2				29
     42  1.1  jmcneill #define RESET_SPI3				30
     43  1.1  jmcneill #define RESET_UART0				31
     44  1.1  jmcneill #define RESET_UART1				32
     45  1.1  jmcneill #define RESET_UART2				33
     46  1.1  jmcneill #define RESET_UART3				34
     47  1.1  jmcneill #define RESET_UART4				35
     48  1.1  jmcneill #define RESET_UART5				36
     49  1.1  jmcneill #define RESET_UART6				37
     50  1.1  jmcneill #define RESET_HDMI				38
     51  1.1  jmcneill #define RESET_LVDS				39
     52  1.1  jmcneill #define RESET_EDP				40
     53  1.1  jmcneill #define RESET_USB2HUB				41
     54  1.1  jmcneill #define RESET_USB2HSIC				42
     55  1.1  jmcneill #define RESET_USB3				43
     56  1.1  jmcneill #define RESET_PCM1				44
     57  1.1  jmcneill #define RESET_AUDIO				45
     58  1.1  jmcneill #define RESET_PCM0				46
     59  1.1  jmcneill #define RESET_SE				47
     60  1.1  jmcneill #define RESET_GIC				48
     61  1.1  jmcneill #define RESET_DDR_CTL_PHY_AXI			49
     62  1.1  jmcneill #define RESET_CMU_DDR				50
     63  1.1  jmcneill #define RESET_DMM				51
     64  1.1  jmcneill #define RESET_HDCP2TX				52
     65  1.1  jmcneill #define RESET_ETHERNET				53
     66  1.1  jmcneill 
     67  1.1  jmcneill #endif /* __DT_BINDINGS_ACTIONS_S900_RESET_H */
     68