Home | History | Annotate | Line # | Download | only in reset
      1 /*	$NetBSD: suniv-ccu-f1c100s.h,v 1.1.1.1 2019/05/25 11:29:13 jmcneill Exp $	*/
      2 
      3 /* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
      4  *
      5  * Copyright (C) 2018 Icenowy Zheng <icenowy (at) aosc.xyz>
      6  *
      7  */
      8 
      9 #ifndef _DT_BINDINGS_RST_SUNIV_F1C100S_H_
     10 #define _DT_BINDINGS_RST_SUNIV_F1C100S_H_
     11 
     12 #define RST_USB_PHY0		0
     13 #define RST_BUS_DMA		1
     14 #define RST_BUS_MMC0		2
     15 #define RST_BUS_MMC1		3
     16 #define RST_BUS_DRAM		4
     17 #define RST_BUS_SPI0		5
     18 #define RST_BUS_SPI1		6
     19 #define RST_BUS_OTG		7
     20 #define RST_BUS_VE		8
     21 #define RST_BUS_LCD		9
     22 #define RST_BUS_DEINTERLACE	10
     23 #define RST_BUS_CSI		11
     24 #define RST_BUS_TVD		12
     25 #define RST_BUS_TVE		13
     26 #define RST_BUS_DE_BE		14
     27 #define RST_BUS_DE_FE		15
     28 #define RST_BUS_CODEC		16
     29 #define RST_BUS_SPDIF		17
     30 #define RST_BUS_IR		18
     31 #define RST_BUS_RSB		19
     32 #define RST_BUS_I2S0		20
     33 #define RST_BUS_I2C0		21
     34 #define RST_BUS_I2C1		22
     35 #define RST_BUS_I2C2		23
     36 #define RST_BUS_UART0		24
     37 #define RST_BUS_UART1		25
     38 #define RST_BUS_UART2		26
     39 
     40 #endif /* _DT_BINDINGS_RST_SUNIV_F1C100S_H_ */
     41