brintos

brintos / linux-shallow public Read only

0
0
Text · 912 B · 6a4b438 Raw
39 lines · c
1/* SPDX-License-Identifier: (GPL-2.0+ OR MIT)2 *3 * Copyright (C) 2018 Icenowy Zheng <icenowy@aosc.xyz>4 *5 */6 7#ifndef _DT_BINDINGS_RST_SUNIV_F1C100S_H_8#define _DT_BINDINGS_RST_SUNIV_F1C100S_H_9 10#define RST_USB_PHY0		011#define RST_BUS_DMA		112#define RST_BUS_MMC0		213#define RST_BUS_MMC1		314#define RST_BUS_DRAM		415#define RST_BUS_SPI0		516#define RST_BUS_SPI1		617#define RST_BUS_OTG		718#define RST_BUS_VE		819#define RST_BUS_LCD		920#define RST_BUS_DEINTERLACE	1021#define RST_BUS_CSI		1122#define RST_BUS_TVD		1223#define RST_BUS_TVE		1324#define RST_BUS_DE_BE		1425#define RST_BUS_DE_FE		1526#define RST_BUS_CODEC		1627#define RST_BUS_SPDIF		1728#define RST_BUS_IR		1829#define RST_BUS_RSB		1930#define RST_BUS_I2S0		2031#define RST_BUS_I2C0		2132#define RST_BUS_I2C1		2233#define RST_BUS_I2C2		2334#define RST_BUS_UART0		2435#define RST_BUS_UART1		2536#define RST_BUS_UART2		2637 38#endif /* _DT_BINDINGS_RST_SUNIV_F1C100S_H_ */39