18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: (GPL-2.0+ or MIT) 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2017 Icenowy Zheng <icenowy@aosc.io> 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_RESET_SUN50I_H6_H_ 78c2ecf20Sopenharmony_ci#define _DT_BINDINGS_RESET_SUN50I_H6_H_ 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#define RST_MBUS 0 108c2ecf20Sopenharmony_ci#define RST_BUS_DE 1 118c2ecf20Sopenharmony_ci#define RST_BUS_DEINTERLACE 2 128c2ecf20Sopenharmony_ci#define RST_BUS_GPU 3 138c2ecf20Sopenharmony_ci#define RST_BUS_CE 4 148c2ecf20Sopenharmony_ci#define RST_BUS_VE 5 158c2ecf20Sopenharmony_ci#define RST_BUS_EMCE 6 168c2ecf20Sopenharmony_ci#define RST_BUS_VP9 7 178c2ecf20Sopenharmony_ci#define RST_BUS_DMA 8 188c2ecf20Sopenharmony_ci#define RST_BUS_MSGBOX 9 198c2ecf20Sopenharmony_ci#define RST_BUS_SPINLOCK 10 208c2ecf20Sopenharmony_ci#define RST_BUS_HSTIMER 11 218c2ecf20Sopenharmony_ci#define RST_BUS_DBG 12 228c2ecf20Sopenharmony_ci#define RST_BUS_PSI 13 238c2ecf20Sopenharmony_ci#define RST_BUS_PWM 14 248c2ecf20Sopenharmony_ci#define RST_BUS_IOMMU 15 258c2ecf20Sopenharmony_ci#define RST_BUS_DRAM 16 268c2ecf20Sopenharmony_ci#define RST_BUS_NAND 17 278c2ecf20Sopenharmony_ci#define RST_BUS_MMC0 18 288c2ecf20Sopenharmony_ci#define RST_BUS_MMC1 19 298c2ecf20Sopenharmony_ci#define RST_BUS_MMC2 20 308c2ecf20Sopenharmony_ci#define RST_BUS_UART0 21 318c2ecf20Sopenharmony_ci#define RST_BUS_UART1 22 328c2ecf20Sopenharmony_ci#define RST_BUS_UART2 23 338c2ecf20Sopenharmony_ci#define RST_BUS_UART3 24 348c2ecf20Sopenharmony_ci#define RST_BUS_I2C0 25 358c2ecf20Sopenharmony_ci#define RST_BUS_I2C1 26 368c2ecf20Sopenharmony_ci#define RST_BUS_I2C2 27 378c2ecf20Sopenharmony_ci#define RST_BUS_I2C3 28 388c2ecf20Sopenharmony_ci#define RST_BUS_SCR0 29 398c2ecf20Sopenharmony_ci#define RST_BUS_SCR1 30 408c2ecf20Sopenharmony_ci#define RST_BUS_SPI0 31 418c2ecf20Sopenharmony_ci#define RST_BUS_SPI1 32 428c2ecf20Sopenharmony_ci#define RST_BUS_EMAC 33 438c2ecf20Sopenharmony_ci#define RST_BUS_TS 34 448c2ecf20Sopenharmony_ci#define RST_BUS_IR_TX 35 458c2ecf20Sopenharmony_ci#define RST_BUS_THS 36 468c2ecf20Sopenharmony_ci#define RST_BUS_I2S0 37 478c2ecf20Sopenharmony_ci#define RST_BUS_I2S1 38 488c2ecf20Sopenharmony_ci#define RST_BUS_I2S2 39 498c2ecf20Sopenharmony_ci#define RST_BUS_I2S3 40 508c2ecf20Sopenharmony_ci#define RST_BUS_SPDIF 41 518c2ecf20Sopenharmony_ci#define RST_BUS_DMIC 42 528c2ecf20Sopenharmony_ci#define RST_BUS_AUDIO_HUB 43 538c2ecf20Sopenharmony_ci#define RST_USB_PHY0 44 548c2ecf20Sopenharmony_ci#define RST_USB_PHY1 45 558c2ecf20Sopenharmony_ci#define RST_USB_PHY3 46 568c2ecf20Sopenharmony_ci#define RST_USB_HSIC 47 578c2ecf20Sopenharmony_ci#define RST_BUS_OHCI0 48 588c2ecf20Sopenharmony_ci#define RST_BUS_OHCI3 49 598c2ecf20Sopenharmony_ci#define RST_BUS_EHCI0 50 608c2ecf20Sopenharmony_ci#define RST_BUS_XHCI 51 618c2ecf20Sopenharmony_ci#define RST_BUS_EHCI3 52 628c2ecf20Sopenharmony_ci#define RST_BUS_OTG 53 638c2ecf20Sopenharmony_ci#define RST_BUS_PCIE 54 648c2ecf20Sopenharmony_ci#define RST_PCIE_POWERUP 55 658c2ecf20Sopenharmony_ci#define RST_BUS_HDMI 56 668c2ecf20Sopenharmony_ci#define RST_BUS_HDMI_SUB 57 678c2ecf20Sopenharmony_ci#define RST_BUS_TCON_TOP 58 688c2ecf20Sopenharmony_ci#define RST_BUS_TCON_LCD0 59 698c2ecf20Sopenharmony_ci#define RST_BUS_TCON_TV0 60 708c2ecf20Sopenharmony_ci#define RST_BUS_CSI 61 718c2ecf20Sopenharmony_ci#define RST_BUS_HDCP 62 728c2ecf20Sopenharmony_ci 738c2ecf20Sopenharmony_ci#endif /* _DT_BINDINGS_RESET_SUN50I_H6_H_ */ 74