11.1Sjmcneill/*	$NetBSD: actions,s900-reset.h,v 1.1.1.1 2019/01/22 14:57:01 jmcneill Exp $	*/
21.1Sjmcneill
31.1Sjmcneill// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
41.1Sjmcneill//
51.1Sjmcneill// Device Tree binding constants for Actions Semi S900 Reset Management Unit
61.1Sjmcneill//
71.1Sjmcneill// Copyright (c) 2018 Linaro Ltd.
81.1Sjmcneill
91.1Sjmcneill#ifndef __DT_BINDINGS_ACTIONS_S900_RESET_H
101.1Sjmcneill#define __DT_BINDINGS_ACTIONS_S900_RESET_H
111.1Sjmcneill
121.1Sjmcneill#define RESET_CHIPID				0
131.1Sjmcneill#define RESET_CPU_SCNT				1
141.1Sjmcneill#define RESET_SRAMI				2
151.1Sjmcneill#define RESET_DDR_CTL_PHY			3
161.1Sjmcneill#define RESET_DMAC				4
171.1Sjmcneill#define RESET_GPIO				5
181.1Sjmcneill#define RESET_BISP_AXI				6
191.1Sjmcneill#define RESET_CSI0				7
201.1Sjmcneill#define RESET_CSI1				8
211.1Sjmcneill#define RESET_DE				9
221.1Sjmcneill#define RESET_DSI				10
231.1Sjmcneill#define RESET_GPU3D_PA				11
241.1Sjmcneill#define RESET_GPU3D_PB				12
251.1Sjmcneill#define RESET_HDE				13
261.1Sjmcneill#define RESET_I2C0				14
271.1Sjmcneill#define RESET_I2C1				15
281.1Sjmcneill#define RESET_I2C2				16
291.1Sjmcneill#define RESET_I2C3				17
301.1Sjmcneill#define RESET_I2C4				18
311.1Sjmcneill#define RESET_I2C5				19
321.1Sjmcneill#define RESET_IMX				20
331.1Sjmcneill#define RESET_NANDC0				21
341.1Sjmcneill#define RESET_NANDC1				22
351.1Sjmcneill#define RESET_SD0				23
361.1Sjmcneill#define RESET_SD1				24
371.1Sjmcneill#define RESET_SD2				25
381.1Sjmcneill#define RESET_SD3				26
391.1Sjmcneill#define RESET_SPI0				27
401.1Sjmcneill#define RESET_SPI1				28
411.1Sjmcneill#define RESET_SPI2				29
421.1Sjmcneill#define RESET_SPI3				30
431.1Sjmcneill#define RESET_UART0				31
441.1Sjmcneill#define RESET_UART1				32
451.1Sjmcneill#define RESET_UART2				33
461.1Sjmcneill#define RESET_UART3				34
471.1Sjmcneill#define RESET_UART4				35
481.1Sjmcneill#define RESET_UART5				36
491.1Sjmcneill#define RESET_UART6				37
501.1Sjmcneill#define RESET_HDMI				38
511.1Sjmcneill#define RESET_LVDS				39
521.1Sjmcneill#define RESET_EDP				40
531.1Sjmcneill#define RESET_USB2HUB				41
541.1Sjmcneill#define RESET_USB2HSIC				42
551.1Sjmcneill#define RESET_USB3				43
561.1Sjmcneill#define RESET_PCM1				44
571.1Sjmcneill#define RESET_AUDIO				45
581.1Sjmcneill#define RESET_PCM0				46
591.1Sjmcneill#define RESET_SE				47
601.1Sjmcneill#define RESET_GIC				48
611.1Sjmcneill#define RESET_DDR_CTL_PHY_AXI			49
621.1Sjmcneill#define RESET_CMU_DDR				50
631.1Sjmcneill#define RESET_DMM				51
641.1Sjmcneill#define RESET_HDCP2TX				52
651.1Sjmcneill#define RESET_ETHERNET				53
661.1Sjmcneill
671.1Sjmcneill#endif /* __DT_BINDINGS_ACTIONS_S900_RESET_H */
68