Home | History | Annotate | Line # | Download | only in reset
      1  1.1  jmcneill /*	$NetBSD: actions,s500-reset.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: GPL-2.0+ */
      4  1.1  jmcneill /*
      5  1.1  jmcneill  * Device Tree binding constants for Actions Semi S500 Reset Management Unit
      6  1.1  jmcneill  *
      7  1.1  jmcneill  * Copyright (c) 2014 Actions Semi Inc.
      8  1.1  jmcneill  * Copyright (c) 2020 Cristian Ciocaltea <cristian.ciocaltea (at) gmail.com>
      9  1.1  jmcneill  */
     10  1.1  jmcneill 
     11  1.1  jmcneill #ifndef __DT_BINDINGS_ACTIONS_S500_RESET_H
     12  1.1  jmcneill #define __DT_BINDINGS_ACTIONS_S500_RESET_H
     13  1.1  jmcneill 
     14  1.1  jmcneill #define RESET_DMAC				0
     15  1.1  jmcneill #define RESET_NORIF				1
     16  1.1  jmcneill #define RESET_DDR				2
     17  1.1  jmcneill #define RESET_NANDC				3
     18  1.1  jmcneill #define RESET_SD0				4
     19  1.1  jmcneill #define RESET_SD1				5
     20  1.1  jmcneill #define RESET_PCM1				6
     21  1.1  jmcneill #define RESET_DE				7
     22  1.1  jmcneill #define RESET_LCD				8
     23  1.1  jmcneill #define RESET_SD2				9
     24  1.1  jmcneill #define RESET_DSI				10
     25  1.1  jmcneill #define RESET_CSI				11
     26  1.1  jmcneill #define RESET_BISP				12
     27  1.1  jmcneill #define RESET_KEY				13
     28  1.1  jmcneill #define RESET_GPIO				14
     29  1.1  jmcneill #define RESET_AUDIO				15
     30  1.1  jmcneill #define RESET_PCM0				16
     31  1.1  jmcneill #define RESET_VDE				17
     32  1.1  jmcneill #define RESET_VCE				18
     33  1.1  jmcneill #define RESET_GPU3D				19
     34  1.1  jmcneill #define RESET_NIC301				20
     35  1.1  jmcneill #define RESET_LENS				21
     36  1.1  jmcneill #define RESET_PERIPHRESET			22
     37  1.1  jmcneill #define RESET_USB2_0				23
     38  1.1  jmcneill #define RESET_TVOUT				24
     39  1.1  jmcneill #define RESET_HDMI				25
     40  1.1  jmcneill #define RESET_HDCP2TX				26
     41  1.1  jmcneill #define RESET_UART6				27
     42  1.1  jmcneill #define RESET_UART0				28
     43  1.1  jmcneill #define RESET_UART1				29
     44  1.1  jmcneill #define RESET_UART2				30
     45  1.1  jmcneill #define RESET_SPI0				31
     46  1.1  jmcneill #define RESET_SPI1				32
     47  1.1  jmcneill #define RESET_SPI2				33
     48  1.1  jmcneill #define RESET_SPI3				34
     49  1.1  jmcneill #define RESET_I2C0				35
     50  1.1  jmcneill #define RESET_I2C1				36
     51  1.1  jmcneill #define RESET_USB3				37
     52  1.1  jmcneill #define RESET_UART3				38
     53  1.1  jmcneill #define RESET_UART4				39
     54  1.1  jmcneill #define RESET_UART5				40
     55  1.1  jmcneill #define RESET_I2C2				41
     56  1.1  jmcneill #define RESET_I2C3				42
     57  1.1  jmcneill #define RESET_ETHERNET				43
     58  1.1  jmcneill #define RESET_CHIPID				44
     59  1.1  jmcneill #define RESET_USB2_1				45
     60  1.1  jmcneill #define RESET_WD0RESET				46
     61  1.1  jmcneill #define RESET_WD1RESET				47
     62  1.1  jmcneill #define RESET_WD2RESET				48
     63  1.1  jmcneill #define RESET_WD3RESET				49
     64  1.1  jmcneill #define RESET_DBG0RESET				50
     65  1.1  jmcneill #define RESET_DBG1RESET				51
     66  1.1  jmcneill #define RESET_DBG2RESET				52
     67  1.1  jmcneill #define RESET_DBG3RESET				53
     68  1.1  jmcneill 
     69  1.1  jmcneill #endif /* __DT_BINDINGS_ACTIONS_S500_RESET_H */
     70