162306a36Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (C) 2017 Icenowy Zheng <icenowy@aosc.io> 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#ifndef _DT_BINDINGS_RESET_SUN50I_H6_H_ 762306a36Sopenharmony_ci#define _DT_BINDINGS_RESET_SUN50I_H6_H_ 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#define RST_MBUS 0 1062306a36Sopenharmony_ci#define RST_BUS_DE 1 1162306a36Sopenharmony_ci#define RST_BUS_DEINTERLACE 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_EMCE 6 1662306a36Sopenharmony_ci#define RST_BUS_VP9 7 1762306a36Sopenharmony_ci#define RST_BUS_DMA 8 1862306a36Sopenharmony_ci#define RST_BUS_MSGBOX 9 1962306a36Sopenharmony_ci#define RST_BUS_SPINLOCK 10 2062306a36Sopenharmony_ci#define RST_BUS_HSTIMER 11 2162306a36Sopenharmony_ci#define RST_BUS_DBG 12 2262306a36Sopenharmony_ci#define RST_BUS_PSI 13 2362306a36Sopenharmony_ci#define RST_BUS_PWM 14 2462306a36Sopenharmony_ci#define RST_BUS_IOMMU 15 2562306a36Sopenharmony_ci#define RST_BUS_DRAM 16 2662306a36Sopenharmony_ci#define RST_BUS_NAND 17 2762306a36Sopenharmony_ci#define RST_BUS_MMC0 18 2862306a36Sopenharmony_ci#define RST_BUS_MMC1 19 2962306a36Sopenharmony_ci#define RST_BUS_MMC2 20 3062306a36Sopenharmony_ci#define RST_BUS_UART0 21 3162306a36Sopenharmony_ci#define RST_BUS_UART1 22 3262306a36Sopenharmony_ci#define RST_BUS_UART2 23 3362306a36Sopenharmony_ci#define RST_BUS_UART3 24 3462306a36Sopenharmony_ci#define RST_BUS_I2C0 25 3562306a36Sopenharmony_ci#define RST_BUS_I2C1 26 3662306a36Sopenharmony_ci#define RST_BUS_I2C2 27 3762306a36Sopenharmony_ci#define RST_BUS_I2C3 28 3862306a36Sopenharmony_ci#define RST_BUS_SCR0 29 3962306a36Sopenharmony_ci#define RST_BUS_SCR1 30 4062306a36Sopenharmony_ci#define RST_BUS_SPI0 31 4162306a36Sopenharmony_ci#define RST_BUS_SPI1 32 4262306a36Sopenharmony_ci#define RST_BUS_EMAC 33 4362306a36Sopenharmony_ci#define RST_BUS_TS 34 4462306a36Sopenharmony_ci#define RST_BUS_IR_TX 35 4562306a36Sopenharmony_ci#define RST_BUS_THS 36 4662306a36Sopenharmony_ci#define RST_BUS_I2S0 37 4762306a36Sopenharmony_ci#define RST_BUS_I2S1 38 4862306a36Sopenharmony_ci#define RST_BUS_I2S2 39 4962306a36Sopenharmony_ci#define RST_BUS_I2S3 40 5062306a36Sopenharmony_ci#define RST_BUS_SPDIF 41 5162306a36Sopenharmony_ci#define RST_BUS_DMIC 42 5262306a36Sopenharmony_ci#define RST_BUS_AUDIO_HUB 43 5362306a36Sopenharmony_ci#define RST_USB_PHY0 44 5462306a36Sopenharmony_ci#define RST_USB_PHY1 45 5562306a36Sopenharmony_ci#define RST_USB_PHY3 46 5662306a36Sopenharmony_ci#define RST_USB_HSIC 47 5762306a36Sopenharmony_ci#define RST_BUS_OHCI0 48 5862306a36Sopenharmony_ci#define RST_BUS_OHCI3 49 5962306a36Sopenharmony_ci#define RST_BUS_EHCI0 50 6062306a36Sopenharmony_ci#define RST_BUS_XHCI 51 6162306a36Sopenharmony_ci#define RST_BUS_EHCI3 52 6262306a36Sopenharmony_ci#define RST_BUS_OTG 53 6362306a36Sopenharmony_ci#define RST_BUS_PCIE 54 6462306a36Sopenharmony_ci#define RST_PCIE_POWERUP 55 6562306a36Sopenharmony_ci#define RST_BUS_HDMI 56 6662306a36Sopenharmony_ci#define RST_BUS_HDMI_SUB 57 6762306a36Sopenharmony_ci#define RST_BUS_TCON_TOP 58 6862306a36Sopenharmony_ci#define RST_BUS_TCON_LCD0 59 6962306a36Sopenharmony_ci#define RST_BUS_TCON_TV0 60 7062306a36Sopenharmony_ci#define RST_BUS_CSI 61 7162306a36Sopenharmony_ci#define RST_BUS_HDCP 62 7262306a36Sopenharmony_ci 7362306a36Sopenharmony_ci#endif /* _DT_BINDINGS_RESET_SUN50I_H6_H_ */ 74