1 /* $NetBSD: snps,hsdk-reset.h,v 1.1.1.1 2017/10/28 10:30:32 jmcneill Exp $ */ 2 3 /** 4 * This header provides index for the HSDK reset controller. 5 */ 6 #ifndef _DT_BINDINGS_RESET_CONTROLLER_SNPS_HSDK 7 #define _DT_BINDINGS_RESET_CONTROLLER_SNPS_HSDK 8 9 #define HSDK_APB_RESET 0 10 #define HSDK_AXI_RESET 1 11 #define HSDK_ETH_RESET 2 12 #define HSDK_USB_RESET 3 13 #define HSDK_SDIO_RESET 4 14 #define HSDK_HDMI_RESET 5 15 #define HSDK_GFX_RESET 6 16 #define HSDK_DMAC_RESET 7 17 #define HSDK_EBI_RESET 8 18 19 #endif /*_DT_BINDINGS_RESET_CONTROLLER_SNPS_HSDK*/ 20