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