162306a36Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (c) 2020 Yangtao Li <frank@allwinnertech.com>
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#ifndef _DT_BINDINGS_RESET_SUN50I_A100_H_
762306a36Sopenharmony_ci#define _DT_BINDINGS_RESET_SUN50I_A100_H_
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#define RST_MBUS		0
1062306a36Sopenharmony_ci#define RST_BUS_DE		1
1162306a36Sopenharmony_ci#define RST_BUS_G2D		2
1262306a36Sopenharmony_ci#define RST_BUS_GPU		3
1362306a36Sopenharmony_ci#define RST_BUS_CE		4
1462306a36Sopenharmony_ci#define RST_BUS_VE		5
1562306a36Sopenharmony_ci#define RST_BUS_DMA		6
1662306a36Sopenharmony_ci#define RST_BUS_MSGBOX		7
1762306a36Sopenharmony_ci#define RST_BUS_SPINLOCK	8
1862306a36Sopenharmony_ci#define RST_BUS_HSTIMER		9
1962306a36Sopenharmony_ci#define RST_BUS_DBG		10
2062306a36Sopenharmony_ci#define RST_BUS_PSI		11
2162306a36Sopenharmony_ci#define RST_BUS_PWM		12
2262306a36Sopenharmony_ci#define RST_BUS_DRAM		13
2362306a36Sopenharmony_ci#define RST_BUS_NAND		14
2462306a36Sopenharmony_ci#define RST_BUS_MMC0		15
2562306a36Sopenharmony_ci#define RST_BUS_MMC1		16
2662306a36Sopenharmony_ci#define RST_BUS_MMC2		17
2762306a36Sopenharmony_ci#define RST_BUS_UART0		18
2862306a36Sopenharmony_ci#define RST_BUS_UART1		19
2962306a36Sopenharmony_ci#define RST_BUS_UART2		20
3062306a36Sopenharmony_ci#define RST_BUS_UART3		21
3162306a36Sopenharmony_ci#define RST_BUS_UART4		22
3262306a36Sopenharmony_ci#define RST_BUS_I2C0		23
3362306a36Sopenharmony_ci#define RST_BUS_I2C1		24
3462306a36Sopenharmony_ci#define RST_BUS_I2C2		25
3562306a36Sopenharmony_ci#define RST_BUS_I2C3		26
3662306a36Sopenharmony_ci#define RST_BUS_SPI0		27
3762306a36Sopenharmony_ci#define RST_BUS_SPI1		28
3862306a36Sopenharmony_ci#define RST_BUS_SPI2		29
3962306a36Sopenharmony_ci#define RST_BUS_EMAC		30
4062306a36Sopenharmony_ci#define RST_BUS_IR_RX		31
4162306a36Sopenharmony_ci#define RST_BUS_IR_TX		32
4262306a36Sopenharmony_ci#define RST_BUS_GPADC		33
4362306a36Sopenharmony_ci#define RST_BUS_THS		34
4462306a36Sopenharmony_ci#define RST_BUS_I2S0		35
4562306a36Sopenharmony_ci#define RST_BUS_I2S1		36
4662306a36Sopenharmony_ci#define RST_BUS_I2S2		37
4762306a36Sopenharmony_ci#define RST_BUS_I2S3		38
4862306a36Sopenharmony_ci#define RST_BUS_SPDIF		39
4962306a36Sopenharmony_ci#define RST_BUS_DMIC		40
5062306a36Sopenharmony_ci#define RST_BUS_AUDIO_CODEC	41
5162306a36Sopenharmony_ci#define RST_USB_PHY0		42
5262306a36Sopenharmony_ci#define RST_USB_PHY1		43
5362306a36Sopenharmony_ci#define RST_BUS_OHCI0		44
5462306a36Sopenharmony_ci#define RST_BUS_OHCI1		45
5562306a36Sopenharmony_ci#define RST_BUS_EHCI0		46
5662306a36Sopenharmony_ci#define RST_BUS_EHCI1		47
5762306a36Sopenharmony_ci#define RST_BUS_OTG		48
5862306a36Sopenharmony_ci#define RST_BUS_LRADC		49
5962306a36Sopenharmony_ci#define RST_BUS_DPSS_TOP0	50
6062306a36Sopenharmony_ci#define RST_BUS_DPSS_TOP1	51
6162306a36Sopenharmony_ci#define RST_BUS_MIPI_DSI	52
6262306a36Sopenharmony_ci#define RST_BUS_TCON_LCD	53
6362306a36Sopenharmony_ci#define RST_BUS_LVDS		54
6462306a36Sopenharmony_ci#define RST_BUS_LEDC		55
6562306a36Sopenharmony_ci#define RST_BUS_CSI		56
6662306a36Sopenharmony_ci#define RST_BUS_CSI_ISP		57
6762306a36Sopenharmony_ci
6862306a36Sopenharmony_ci#endif /* _DT_BINDINGS_RESET_SUN50I_A100_H_ */
69