162306a36Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (C) 2020 Arm Ltd. 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#ifndef _DT_BINDINGS_RESET_SUN50I_H616_H_ 762306a36Sopenharmony_ci#define _DT_BINDINGS_RESET_SUN50I_H616_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_DMA 6 1662306a36Sopenharmony_ci#define RST_BUS_HSTIMER 7 1762306a36Sopenharmony_ci#define RST_BUS_DBG 8 1862306a36Sopenharmony_ci#define RST_BUS_PSI 9 1962306a36Sopenharmony_ci#define RST_BUS_PWM 10 2062306a36Sopenharmony_ci#define RST_BUS_IOMMU 11 2162306a36Sopenharmony_ci#define RST_BUS_DRAM 12 2262306a36Sopenharmony_ci#define RST_BUS_NAND 13 2362306a36Sopenharmony_ci#define RST_BUS_MMC0 14 2462306a36Sopenharmony_ci#define RST_BUS_MMC1 15 2562306a36Sopenharmony_ci#define RST_BUS_MMC2 16 2662306a36Sopenharmony_ci#define RST_BUS_UART0 17 2762306a36Sopenharmony_ci#define RST_BUS_UART1 18 2862306a36Sopenharmony_ci#define RST_BUS_UART2 19 2962306a36Sopenharmony_ci#define RST_BUS_UART3 20 3062306a36Sopenharmony_ci#define RST_BUS_UART4 21 3162306a36Sopenharmony_ci#define RST_BUS_UART5 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_I2C4 27 3762306a36Sopenharmony_ci#define RST_BUS_SPI0 28 3862306a36Sopenharmony_ci#define RST_BUS_SPI1 29 3962306a36Sopenharmony_ci#define RST_BUS_EMAC0 30 4062306a36Sopenharmony_ci#define RST_BUS_EMAC1 31 4162306a36Sopenharmony_ci#define RST_BUS_TS 32 4262306a36Sopenharmony_ci#define RST_BUS_THS 33 4362306a36Sopenharmony_ci#define RST_BUS_SPDIF 34 4462306a36Sopenharmony_ci#define RST_BUS_DMIC 35 4562306a36Sopenharmony_ci#define RST_BUS_AUDIO_CODEC 36 4662306a36Sopenharmony_ci#define RST_BUS_AUDIO_HUB 37 4762306a36Sopenharmony_ci#define RST_USB_PHY0 38 4862306a36Sopenharmony_ci#define RST_USB_PHY1 39 4962306a36Sopenharmony_ci#define RST_USB_PHY2 40 5062306a36Sopenharmony_ci#define RST_USB_PHY3 41 5162306a36Sopenharmony_ci#define RST_BUS_OHCI0 42 5262306a36Sopenharmony_ci#define RST_BUS_OHCI1 43 5362306a36Sopenharmony_ci#define RST_BUS_OHCI2 44 5462306a36Sopenharmony_ci#define RST_BUS_OHCI3 45 5562306a36Sopenharmony_ci#define RST_BUS_EHCI0 46 5662306a36Sopenharmony_ci#define RST_BUS_EHCI1 47 5762306a36Sopenharmony_ci#define RST_BUS_EHCI2 48 5862306a36Sopenharmony_ci#define RST_BUS_EHCI3 49 5962306a36Sopenharmony_ci#define RST_BUS_OTG 50 6062306a36Sopenharmony_ci#define RST_BUS_HDMI 51 6162306a36Sopenharmony_ci#define RST_BUS_HDMI_SUB 52 6262306a36Sopenharmony_ci#define RST_BUS_TCON_TOP 53 6362306a36Sopenharmony_ci#define RST_BUS_TCON_TV0 54 6462306a36Sopenharmony_ci#define RST_BUS_TCON_TV1 55 6562306a36Sopenharmony_ci#define RST_BUS_TVE_TOP 56 6662306a36Sopenharmony_ci#define RST_BUS_TVE0 57 6762306a36Sopenharmony_ci#define RST_BUS_HDCP 58 6862306a36Sopenharmony_ci#define RST_BUS_KEYADC 59 6962306a36Sopenharmony_ci 7062306a36Sopenharmony_ci#endif /* _DT_BINDINGS_RESET_SUN50I_H616_H_ */ 71