162306a36Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) 262306a36Sopenharmony_ci * 362306a36Sopenharmony_ci * Copyright (C) 2018 Icenowy Zheng <icenowy@aosc.xyz> 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci */ 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci#ifndef _DT_BINDINGS_RST_SUNIV_F1C100S_H_ 862306a36Sopenharmony_ci#define _DT_BINDINGS_RST_SUNIV_F1C100S_H_ 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci#define RST_USB_PHY0 0 1162306a36Sopenharmony_ci#define RST_BUS_DMA 1 1262306a36Sopenharmony_ci#define RST_BUS_MMC0 2 1362306a36Sopenharmony_ci#define RST_BUS_MMC1 3 1462306a36Sopenharmony_ci#define RST_BUS_DRAM 4 1562306a36Sopenharmony_ci#define RST_BUS_SPI0 5 1662306a36Sopenharmony_ci#define RST_BUS_SPI1 6 1762306a36Sopenharmony_ci#define RST_BUS_OTG 7 1862306a36Sopenharmony_ci#define RST_BUS_VE 8 1962306a36Sopenharmony_ci#define RST_BUS_LCD 9 2062306a36Sopenharmony_ci#define RST_BUS_DEINTERLACE 10 2162306a36Sopenharmony_ci#define RST_BUS_CSI 11 2262306a36Sopenharmony_ci#define RST_BUS_TVD 12 2362306a36Sopenharmony_ci#define RST_BUS_TVE 13 2462306a36Sopenharmony_ci#define RST_BUS_DE_BE 14 2562306a36Sopenharmony_ci#define RST_BUS_DE_FE 15 2662306a36Sopenharmony_ci#define RST_BUS_CODEC 16 2762306a36Sopenharmony_ci#define RST_BUS_SPDIF 17 2862306a36Sopenharmony_ci#define RST_BUS_IR 18 2962306a36Sopenharmony_ci#define RST_BUS_RSB 19 3062306a36Sopenharmony_ci#define RST_BUS_I2S0 20 3162306a36Sopenharmony_ci#define RST_BUS_I2C0 21 3262306a36Sopenharmony_ci#define RST_BUS_I2C1 22 3362306a36Sopenharmony_ci#define RST_BUS_I2C2 23 3462306a36Sopenharmony_ci#define RST_BUS_UART0 24 3562306a36Sopenharmony_ci#define RST_BUS_UART1 25 3662306a36Sopenharmony_ci#define RST_BUS_UART2 26 3762306a36Sopenharmony_ci 3862306a36Sopenharmony_ci#endif /* _DT_BINDINGS_RST_SUNIV_F1C100S_H_ */ 39