linuxOS_D21X/source/linux-5.10/include/dt-bindings/reset/artinchip,aic-reset.h
2024-11-29 16:23:11 +08:00

72 lines
1.6 KiB
C

/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Device Tree support for Artinchip SoCs
*
* Copyright (c) 2020 Artinchip Inc.
*/
#ifndef __DT_BINDINGS_AIC_RESET_H
#define __DT_BINDINGS_AIC_RESET_H
#define RESET_DMA 0
#define RESET_CE 1
#define RESET_USBD 2
#define RESET_USBH0 3
#define RESET_USBH1 4
#define RESET_USBPHY0 5
#define RESET_USBPHY1 6
#define RESET_GMAC0 7
#define RESET_GMAC1 8
#define RESET_SPI0 9
#define RESET_SPI1 10
#define RESET_SPI2 11
#define RESET_SPI3 12
#define RESET_SDMC0 13
#define RESET_SDMC1 14
#define RESET_SDMC2 15
#define RESET_SYSCFG 16
#define RESET_RTC 17
#define RESET_SPIENC 18
#define RESET_I2S0 19
#define RESET_I2S1 20
#define RESET_CODEC 21
#define RESET_RGB 22
#define RESET_DBI 22
#define RESET_LVDS 23
#define RESET_MIPIDSI 24
#define RESET_DE 25
#define RESET_GE 26
#define RESET_VE 27
#define RESET_WDOG 28
#define RESET_SID 29
#define RESET_GTC 30
#define RESET_GPIO 31
#define RESET_UART0 32
#define RESET_UART1 33
#define RESET_UART2 34
#define RESET_UART3 35
#define RESET_UART4 36
#define RESET_UART5 37
#define RESET_UART6 38
#define RESET_UART7 39
#define RESET_I2C0 40
#define RESET_I2C1 41
#define RESET_I2C2 42
#define RESET_I2C3 43
#define RESET_CAN0 44
#define RESET_CAN1 45
#define RESET_PWM 46
#define RESET_ADCIM 47
#define RESET_GPAI 48
#define RESET_RTP 49
#define RESET_TSEN 50
#define RESET_CIR 51
#define RESET_DVP 52
#define RESET_MTOP 53
#define RESET_PBUS 54
#define RESET_PWMCS 55
#define RESET_PSADC 56
#define RESET_NUMBER 57
#endif /* __DT_BINDINGS_AIC_RESET_H */