18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0+ or MIT) */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2020 Yangtao Li <frank@allwinnertech.com>
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_RESET_SUN50I_A100_H_
78c2ecf20Sopenharmony_ci#define _DT_BINDINGS_RESET_SUN50I_A100_H_
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#define RST_MBUS		0
108c2ecf20Sopenharmony_ci#define RST_BUS_DE		1
118c2ecf20Sopenharmony_ci#define RST_BUS_G2D		2
128c2ecf20Sopenharmony_ci#define RST_BUS_GPU		3
138c2ecf20Sopenharmony_ci#define RST_BUS_CE		4
148c2ecf20Sopenharmony_ci#define RST_BUS_VE		5
158c2ecf20Sopenharmony_ci#define RST_BUS_DMA		6
168c2ecf20Sopenharmony_ci#define RST_BUS_MSGBOX		7
178c2ecf20Sopenharmony_ci#define RST_BUS_SPINLOCK	8
188c2ecf20Sopenharmony_ci#define RST_BUS_HSTIMER		9
198c2ecf20Sopenharmony_ci#define RST_BUS_DBG		10
208c2ecf20Sopenharmony_ci#define RST_BUS_PSI		11
218c2ecf20Sopenharmony_ci#define RST_BUS_PWM		12
228c2ecf20Sopenharmony_ci#define RST_BUS_DRAM		13
238c2ecf20Sopenharmony_ci#define RST_BUS_NAND		14
248c2ecf20Sopenharmony_ci#define RST_BUS_MMC0		15
258c2ecf20Sopenharmony_ci#define RST_BUS_MMC1		16
268c2ecf20Sopenharmony_ci#define RST_BUS_MMC2		17
278c2ecf20Sopenharmony_ci#define RST_BUS_UART0		18
288c2ecf20Sopenharmony_ci#define RST_BUS_UART1		19
298c2ecf20Sopenharmony_ci#define RST_BUS_UART2		20
308c2ecf20Sopenharmony_ci#define RST_BUS_UART3		21
318c2ecf20Sopenharmony_ci#define RST_BUS_UART4		22
328c2ecf20Sopenharmony_ci#define RST_BUS_I2C0		23
338c2ecf20Sopenharmony_ci#define RST_BUS_I2C1		24
348c2ecf20Sopenharmony_ci#define RST_BUS_I2C2		25
358c2ecf20Sopenharmony_ci#define RST_BUS_I2C3		26
368c2ecf20Sopenharmony_ci#define RST_BUS_SPI0		27
378c2ecf20Sopenharmony_ci#define RST_BUS_SPI1		28
388c2ecf20Sopenharmony_ci#define RST_BUS_SPI2		29
398c2ecf20Sopenharmony_ci#define RST_BUS_EMAC		30
408c2ecf20Sopenharmony_ci#define RST_BUS_IR_RX		31
418c2ecf20Sopenharmony_ci#define RST_BUS_IR_TX		32
428c2ecf20Sopenharmony_ci#define RST_BUS_GPADC		33
438c2ecf20Sopenharmony_ci#define RST_BUS_THS		34
448c2ecf20Sopenharmony_ci#define RST_BUS_I2S0		35
458c2ecf20Sopenharmony_ci#define RST_BUS_I2S1		36
468c2ecf20Sopenharmony_ci#define RST_BUS_I2S2		37
478c2ecf20Sopenharmony_ci#define RST_BUS_I2S3		38
488c2ecf20Sopenharmony_ci#define RST_BUS_SPDIF		39
498c2ecf20Sopenharmony_ci#define RST_BUS_DMIC		40
508c2ecf20Sopenharmony_ci#define RST_BUS_AUDIO_CODEC	41
518c2ecf20Sopenharmony_ci#define RST_USB_PHY0		42
528c2ecf20Sopenharmony_ci#define RST_USB_PHY1		43
538c2ecf20Sopenharmony_ci#define RST_BUS_OHCI0		44
548c2ecf20Sopenharmony_ci#define RST_BUS_OHCI1		45
558c2ecf20Sopenharmony_ci#define RST_BUS_EHCI0		46
568c2ecf20Sopenharmony_ci#define RST_BUS_EHCI1		47
578c2ecf20Sopenharmony_ci#define RST_BUS_OTG		48
588c2ecf20Sopenharmony_ci#define RST_BUS_LRADC		49
598c2ecf20Sopenharmony_ci#define RST_BUS_DPSS_TOP0	50
608c2ecf20Sopenharmony_ci#define RST_BUS_DPSS_TOP1	51
618c2ecf20Sopenharmony_ci#define RST_BUS_MIPI_DSI	52
628c2ecf20Sopenharmony_ci#define RST_BUS_TCON_LCD	53
638c2ecf20Sopenharmony_ci#define RST_BUS_LVDS		54
648c2ecf20Sopenharmony_ci#define RST_BUS_LEDC		55
658c2ecf20Sopenharmony_ci#define RST_BUS_CSI		56
668c2ecf20Sopenharmony_ci#define RST_BUS_CSI_ISP		57
678c2ecf20Sopenharmony_ci
688c2ecf20Sopenharmony_ci#endif /* _DT_BINDINGS_RESET_SUN50I_A100_H_ */
69