18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2016 BayLibre, SAS.
48c2ecf20Sopenharmony_ci * Author: Neil Armstrong <narmstrong@baylibre.com>
58c2ecf20Sopenharmony_ci */
68c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_AMLOGIC_MESON8B_RESET_H
78c2ecf20Sopenharmony_ci#define _DT_BINDINGS_AMLOGIC_MESON8B_RESET_H
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci/*	RESET0					*/
108c2ecf20Sopenharmony_ci#define RESET_HIU			0
118c2ecf20Sopenharmony_ci#define RESET_VLD			1
128c2ecf20Sopenharmony_ci#define RESET_IQIDCT			2
138c2ecf20Sopenharmony_ci#define RESET_MC			3
148c2ecf20Sopenharmony_ci/*					8	*/
158c2ecf20Sopenharmony_ci#define RESET_VIU			5
168c2ecf20Sopenharmony_ci#define RESET_AIU			6
178c2ecf20Sopenharmony_ci#define RESET_MCPU			7
188c2ecf20Sopenharmony_ci#define RESET_CCPU			8
198c2ecf20Sopenharmony_ci#define RESET_PMUX			9
208c2ecf20Sopenharmony_ci#define RESET_VENC			10
218c2ecf20Sopenharmony_ci#define RESET_ASSIST			11
228c2ecf20Sopenharmony_ci#define RESET_AFIFO2			12
238c2ecf20Sopenharmony_ci#define RESET_MDEC			13
248c2ecf20Sopenharmony_ci#define RESET_VLD_PART			14
258c2ecf20Sopenharmony_ci#define RESET_VIFIFO			15
268c2ecf20Sopenharmony_ci/*					16-31	*/
278c2ecf20Sopenharmony_ci/*	RESET1					*/
288c2ecf20Sopenharmony_ci/*					32	*/
298c2ecf20Sopenharmony_ci#define RESET_DEMUX			33
308c2ecf20Sopenharmony_ci#define RESET_USB_OTG			34
318c2ecf20Sopenharmony_ci#define RESET_DDR			35
328c2ecf20Sopenharmony_ci#define RESET_VDAC_1			36
338c2ecf20Sopenharmony_ci#define RESET_BT656			37
348c2ecf20Sopenharmony_ci#define RESET_AHB_SRAM			38
358c2ecf20Sopenharmony_ci#define RESET_AHB_BRIDGE		39
368c2ecf20Sopenharmony_ci#define RESET_PARSER			40
378c2ecf20Sopenharmony_ci#define RESET_BLKMV			41
388c2ecf20Sopenharmony_ci#define RESET_ISA			42
398c2ecf20Sopenharmony_ci#define RESET_ETHERNET			43
408c2ecf20Sopenharmony_ci#define RESET_ABUF			44
418c2ecf20Sopenharmony_ci#define RESET_AHB_DATA			45
428c2ecf20Sopenharmony_ci#define RESET_AHB_CNTL			46
438c2ecf20Sopenharmony_ci#define RESET_ROM_BOOT			47
448c2ecf20Sopenharmony_ci/*					48-63	*/
458c2ecf20Sopenharmony_ci/*	RESET2					*/
468c2ecf20Sopenharmony_ci#define RESET_VD_RMEM			64
478c2ecf20Sopenharmony_ci#define RESET_AUDIN			65
488c2ecf20Sopenharmony_ci#define RESET_DBLK			66
498c2ecf20Sopenharmony_ci#define RESET_PIC_DC			67
508c2ecf20Sopenharmony_ci#define RESET_PSC			68
518c2ecf20Sopenharmony_ci#define RESET_NAND			69
528c2ecf20Sopenharmony_ci#define RESET_GE2D			70
538c2ecf20Sopenharmony_ci#define RESET_PARSER_REG		71
548c2ecf20Sopenharmony_ci#define RESET_PARSER_FETCH		72
558c2ecf20Sopenharmony_ci#define RESET_PARSER_CTL		73
568c2ecf20Sopenharmony_ci#define RESET_PARSER_TOP		74
578c2ecf20Sopenharmony_ci#define RESET_HDMI_APB			75
588c2ecf20Sopenharmony_ci#define RESET_AUDIO_APB			76
598c2ecf20Sopenharmony_ci#define RESET_MEDIA_CPU			77
608c2ecf20Sopenharmony_ci#define RESET_MALI			78
618c2ecf20Sopenharmony_ci#define RESET_HDMI_SYSTEM_RESET		79
628c2ecf20Sopenharmony_ci/*					80-95	*/
638c2ecf20Sopenharmony_ci/*	RESET3					*/
648c2ecf20Sopenharmony_ci#define RESET_RING_OSCILLATOR		96
658c2ecf20Sopenharmony_ci#define RESET_SYS_CPU_0			97
668c2ecf20Sopenharmony_ci#define RESET_EFUSE			98
678c2ecf20Sopenharmony_ci#define RESET_SYS_CPU_BVCI		99
688c2ecf20Sopenharmony_ci#define RESET_AIFIFO			100
698c2ecf20Sopenharmony_ci#define RESET_AUDIO_PLL_MODULATOR	101
708c2ecf20Sopenharmony_ci#define RESET_AHB_BRIDGE_CNTL		102
718c2ecf20Sopenharmony_ci#define RESET_SYS_CPU_1			103
728c2ecf20Sopenharmony_ci#define RESET_AUDIO_DAC			104
738c2ecf20Sopenharmony_ci#define RESET_DEMUX_TOP			105
748c2ecf20Sopenharmony_ci#define RESET_DEMUX_DES			106
758c2ecf20Sopenharmony_ci#define RESET_DEMUX_S2P_0		107
768c2ecf20Sopenharmony_ci#define RESET_DEMUX_S2P_1		108
778c2ecf20Sopenharmony_ci#define RESET_DEMUX_RESET_0		109
788c2ecf20Sopenharmony_ci#define RESET_DEMUX_RESET_1		110
798c2ecf20Sopenharmony_ci#define RESET_DEMUX_RESET_2		111
808c2ecf20Sopenharmony_ci/*					112-127	*/
818c2ecf20Sopenharmony_ci/*	RESET4					*/
828c2ecf20Sopenharmony_ci#define RESET_PL310			128
838c2ecf20Sopenharmony_ci#define RESET_A5_APB			129
848c2ecf20Sopenharmony_ci#define RESET_A5_AXI			130
858c2ecf20Sopenharmony_ci#define RESET_A5			131
868c2ecf20Sopenharmony_ci#define RESET_DVIN			132
878c2ecf20Sopenharmony_ci#define RESET_RDMA			133
888c2ecf20Sopenharmony_ci#define RESET_VENCI			134
898c2ecf20Sopenharmony_ci#define RESET_VENCP			135
908c2ecf20Sopenharmony_ci#define RESET_VENCT			136
918c2ecf20Sopenharmony_ci#define RESET_VDAC_4			137
928c2ecf20Sopenharmony_ci#define RESET_RTC			138
938c2ecf20Sopenharmony_ci#define RESET_A5_DEBUG			139
948c2ecf20Sopenharmony_ci#define RESET_VDI6			140
958c2ecf20Sopenharmony_ci#define RESET_VENCL			141
968c2ecf20Sopenharmony_ci/*					142-159	*/
978c2ecf20Sopenharmony_ci/*	RESET5					*/
988c2ecf20Sopenharmony_ci#define RESET_DDR_PLL			160
998c2ecf20Sopenharmony_ci#define RESET_MISC_PLL			161
1008c2ecf20Sopenharmony_ci#define RESET_SYS_PLL			162
1018c2ecf20Sopenharmony_ci#define RESET_HPLL_PLL			163
1028c2ecf20Sopenharmony_ci#define RESET_AUDIO_PLL			164
1038c2ecf20Sopenharmony_ci#define RESET_VID2_PLL			165
1048c2ecf20Sopenharmony_ci/*					166-191	*/
1058c2ecf20Sopenharmony_ci/*	RESET6					*/
1068c2ecf20Sopenharmony_ci#define RESET_PERIPHS_GENERAL		192
1078c2ecf20Sopenharmony_ci#define RESET_PERIPHS_IR_REMOTE		193
1088c2ecf20Sopenharmony_ci#define RESET_PERIPHS_SMART_CARD	194
1098c2ecf20Sopenharmony_ci#define RESET_PERIPHS_SAR_ADC		195
1108c2ecf20Sopenharmony_ci#define RESET_PERIPHS_I2C_MASTER_0	196
1118c2ecf20Sopenharmony_ci#define RESET_PERIPHS_I2C_MASTER_1	197
1128c2ecf20Sopenharmony_ci#define RESET_PERIPHS_I2C_SLAVE		198
1138c2ecf20Sopenharmony_ci#define RESET_PERIPHS_STREAM_INTERFACE	199
1148c2ecf20Sopenharmony_ci#define RESET_PERIPHS_SDIO		200
1158c2ecf20Sopenharmony_ci#define RESET_PERIPHS_UART_0		201
1168c2ecf20Sopenharmony_ci#define RESET_PERIPHS_UART_1		202
1178c2ecf20Sopenharmony_ci#define RESET_PERIPHS_ASYNC_0		203
1188c2ecf20Sopenharmony_ci#define RESET_PERIPHS_ASYNC_1		204
1198c2ecf20Sopenharmony_ci#define RESET_PERIPHS_SPI_0		205
1208c2ecf20Sopenharmony_ci#define RESET_PERIPHS_SPI_1		206
1218c2ecf20Sopenharmony_ci#define RESET_PERIPHS_LED_PWM		207
1228c2ecf20Sopenharmony_ci/*					208-223	*/
1238c2ecf20Sopenharmony_ci/*	RESET7					*/
1248c2ecf20Sopenharmony_ci/*					224-255	*/
1258c2ecf20Sopenharmony_ci
1268c2ecf20Sopenharmony_ci#endif
127