162306a36Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (c) 2020 huangzhenwei@allwinnertech.com 462306a36Sopenharmony_ci * Copyright (C) 2021 Samuel Holland <samuel@sholland.org> 562306a36Sopenharmony_ci */ 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci#ifndef _DT_BINDINGS_RST_SUN20I_D1_CCU_H_ 862306a36Sopenharmony_ci#define _DT_BINDINGS_RST_SUN20I_D1_CCU_H_ 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci#define RST_MBUS 0 1162306a36Sopenharmony_ci#define RST_BUS_DE 1 1262306a36Sopenharmony_ci#define RST_BUS_DI 2 1362306a36Sopenharmony_ci#define RST_BUS_G2D 3 1462306a36Sopenharmony_ci#define RST_BUS_CE 4 1562306a36Sopenharmony_ci#define RST_BUS_VE 5 1662306a36Sopenharmony_ci#define RST_BUS_DMA 6 1762306a36Sopenharmony_ci#define RST_BUS_MSGBOX0 7 1862306a36Sopenharmony_ci#define RST_BUS_MSGBOX1 8 1962306a36Sopenharmony_ci#define RST_BUS_MSGBOX2 9 2062306a36Sopenharmony_ci#define RST_BUS_SPINLOCK 10 2162306a36Sopenharmony_ci#define RST_BUS_HSTIMER 11 2262306a36Sopenharmony_ci#define RST_BUS_DBG 12 2362306a36Sopenharmony_ci#define RST_BUS_PWM 13 2462306a36Sopenharmony_ci#define RST_BUS_DRAM 14 2562306a36Sopenharmony_ci#define RST_BUS_MMC0 15 2662306a36Sopenharmony_ci#define RST_BUS_MMC1 16 2762306a36Sopenharmony_ci#define RST_BUS_MMC2 17 2862306a36Sopenharmony_ci#define RST_BUS_UART0 18 2962306a36Sopenharmony_ci#define RST_BUS_UART1 19 3062306a36Sopenharmony_ci#define RST_BUS_UART2 20 3162306a36Sopenharmony_ci#define RST_BUS_UART3 21 3262306a36Sopenharmony_ci#define RST_BUS_UART4 22 3362306a36Sopenharmony_ci#define RST_BUS_UART5 23 3462306a36Sopenharmony_ci#define RST_BUS_I2C0 24 3562306a36Sopenharmony_ci#define RST_BUS_I2C1 25 3662306a36Sopenharmony_ci#define RST_BUS_I2C2 26 3762306a36Sopenharmony_ci#define RST_BUS_I2C3 27 3862306a36Sopenharmony_ci#define RST_BUS_SPI0 28 3962306a36Sopenharmony_ci#define RST_BUS_SPI1 29 4062306a36Sopenharmony_ci#define RST_BUS_EMAC 30 4162306a36Sopenharmony_ci#define RST_BUS_IR_TX 31 4262306a36Sopenharmony_ci#define RST_BUS_GPADC 32 4362306a36Sopenharmony_ci#define RST_BUS_THS 33 4462306a36Sopenharmony_ci#define RST_BUS_I2S0 34 4562306a36Sopenharmony_ci#define RST_BUS_I2S1 35 4662306a36Sopenharmony_ci#define RST_BUS_I2S2 36 4762306a36Sopenharmony_ci#define RST_BUS_SPDIF 37 4862306a36Sopenharmony_ci#define RST_BUS_DMIC 38 4962306a36Sopenharmony_ci#define RST_BUS_AUDIO 39 5062306a36Sopenharmony_ci#define RST_USB_PHY0 40 5162306a36Sopenharmony_ci#define RST_USB_PHY1 41 5262306a36Sopenharmony_ci#define RST_BUS_OHCI0 42 5362306a36Sopenharmony_ci#define RST_BUS_OHCI1 43 5462306a36Sopenharmony_ci#define RST_BUS_EHCI0 44 5562306a36Sopenharmony_ci#define RST_BUS_EHCI1 45 5662306a36Sopenharmony_ci#define RST_BUS_OTG 46 5762306a36Sopenharmony_ci#define RST_BUS_LRADC 47 5862306a36Sopenharmony_ci#define RST_BUS_DPSS_TOP 48 5962306a36Sopenharmony_ci#define RST_BUS_HDMI_SUB 49 6062306a36Sopenharmony_ci#define RST_BUS_HDMI_MAIN 50 6162306a36Sopenharmony_ci#define RST_BUS_MIPI_DSI 51 6262306a36Sopenharmony_ci#define RST_BUS_TCON_LCD0 52 6362306a36Sopenharmony_ci#define RST_BUS_TCON_TV 53 6462306a36Sopenharmony_ci#define RST_BUS_LVDS0 54 6562306a36Sopenharmony_ci#define RST_BUS_TVE 55 6662306a36Sopenharmony_ci#define RST_BUS_TVE_TOP 56 6762306a36Sopenharmony_ci#define RST_BUS_TVD 57 6862306a36Sopenharmony_ci#define RST_BUS_TVD_TOP 58 6962306a36Sopenharmony_ci#define RST_BUS_LEDC 59 7062306a36Sopenharmony_ci#define RST_BUS_CSI 60 7162306a36Sopenharmony_ci#define RST_BUS_TPADC 61 7262306a36Sopenharmony_ci#define RST_DSP 62 7362306a36Sopenharmony_ci#define RST_BUS_DSP_CFG 63 7462306a36Sopenharmony_ci#define RST_BUS_DSP_DBG 64 7562306a36Sopenharmony_ci#define RST_BUS_RISCV_CFG 65 7662306a36Sopenharmony_ci#define RST_BUS_CAN0 66 7762306a36Sopenharmony_ci#define RST_BUS_CAN1 67 7862306a36Sopenharmony_ci 7962306a36Sopenharmony_ci#endif /* _DT_BINDINGS_RST_SUN20I_D1_CCU_H_ */ 80