1/* $NetBSD: cortina,gemini-reset.h,v 1.1.1.2 2017/11/30 19:40:51 jmcneill Exp $ */ 2 3/* SPDX-License-Identifier: GPL-2.0 */ 4#ifndef _DT_BINDINGS_RESET_CORTINA_GEMINI_H 5#define _DT_BINDINGS_RESET_CORTINA_GEMINI_H 6 7#define GEMINI_RESET_DRAM 0 8#define GEMINI_RESET_FLASH 1 9#define GEMINI_RESET_IDE 2 10#define GEMINI_RESET_RAID 3 11#define GEMINI_RESET_SECURITY 4 12#define GEMINI_RESET_GMAC0 5 13#define GEMINI_RESET_GMAC1 6 14#define GEMINI_RESET_PCI 7 15#define GEMINI_RESET_USB0 8 16#define GEMINI_RESET_USB1 9 17#define GEMINI_RESET_DMAC 10 18#define GEMINI_RESET_APB 11 19#define GEMINI_RESET_LPC 12 20#define GEMINI_RESET_LCD 13 21#define GEMINI_RESET_INTCON0 14 22#define GEMINI_RESET_INTCON1 15 23#define GEMINI_RESET_RTC 16 24#define GEMINI_RESET_TIMER 17 25#define GEMINI_RESET_UART 18 26#define GEMINI_RESET_SSP 19 27#define GEMINI_RESET_GPIO0 20 28#define GEMINI_RESET_GPIO1 21 29#define GEMINI_RESET_GPIO2 22 30#define GEMINI_RESET_WDOG 23 31#define GEMINI_RESET_EXTERN 24 32#define GEMINI_RESET_CIR 25 33#define GEMINI_RESET_SATA0 26 34#define GEMINI_RESET_SATA1 27 35#define GEMINI_RESET_TVC 28 36#define GEMINI_RESET_CPU1 30 37#define GEMINI_RESET_GLOBAL 31 38 39#endif 40