18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) 28c2ecf20Sopenharmony_ci * 38c2ecf20Sopenharmony_ci * Copyright (C) 2018 Icenowy Zheng <icenowy@aosc.xyz> 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci */ 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_RST_SUNIV_F1C100S_H_ 88c2ecf20Sopenharmony_ci#define _DT_BINDINGS_RST_SUNIV_F1C100S_H_ 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#define RST_USB_PHY0 0 118c2ecf20Sopenharmony_ci#define RST_BUS_DMA 1 128c2ecf20Sopenharmony_ci#define RST_BUS_MMC0 2 138c2ecf20Sopenharmony_ci#define RST_BUS_MMC1 3 148c2ecf20Sopenharmony_ci#define RST_BUS_DRAM 4 158c2ecf20Sopenharmony_ci#define RST_BUS_SPI0 5 168c2ecf20Sopenharmony_ci#define RST_BUS_SPI1 6 178c2ecf20Sopenharmony_ci#define RST_BUS_OTG 7 188c2ecf20Sopenharmony_ci#define RST_BUS_VE 8 198c2ecf20Sopenharmony_ci#define RST_BUS_LCD 9 208c2ecf20Sopenharmony_ci#define RST_BUS_DEINTERLACE 10 218c2ecf20Sopenharmony_ci#define RST_BUS_CSI 11 228c2ecf20Sopenharmony_ci#define RST_BUS_TVD 12 238c2ecf20Sopenharmony_ci#define RST_BUS_TVE 13 248c2ecf20Sopenharmony_ci#define RST_BUS_DE_BE 14 258c2ecf20Sopenharmony_ci#define RST_BUS_DE_FE 15 268c2ecf20Sopenharmony_ci#define RST_BUS_CODEC 16 278c2ecf20Sopenharmony_ci#define RST_BUS_SPDIF 17 288c2ecf20Sopenharmony_ci#define RST_BUS_IR 18 298c2ecf20Sopenharmony_ci#define RST_BUS_RSB 19 308c2ecf20Sopenharmony_ci#define RST_BUS_I2S0 20 318c2ecf20Sopenharmony_ci#define RST_BUS_I2C0 21 328c2ecf20Sopenharmony_ci#define RST_BUS_I2C1 22 338c2ecf20Sopenharmony_ci#define RST_BUS_I2C2 23 348c2ecf20Sopenharmony_ci#define RST_BUS_UART0 24 358c2ecf20Sopenharmony_ci#define RST_BUS_UART1 25 368c2ecf20Sopenharmony_ci#define RST_BUS_UART2 26 378c2ecf20Sopenharmony_ci 388c2ecf20Sopenharmony_ci#endif /* _DT_BINDINGS_RST_SUNIV_F1C100S_H_ */ 39