38 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef _DT_BINDINGS_RESET_CORTINA_GEMINI_H3#define _DT_BINDINGS_RESET_CORTINA_GEMINI_H4 5#define GEMINI_RESET_DRAM 06#define GEMINI_RESET_FLASH 17#define GEMINI_RESET_IDE 28#define GEMINI_RESET_RAID 39#define GEMINI_RESET_SECURITY 410#define GEMINI_RESET_GMAC0 511#define GEMINI_RESET_GMAC1 612#define GEMINI_RESET_PCI 713#define GEMINI_RESET_USB0 814#define GEMINI_RESET_USB1 915#define GEMINI_RESET_DMAC 1016#define GEMINI_RESET_APB 1117#define GEMINI_RESET_LPC 1218#define GEMINI_RESET_LCD 1319#define GEMINI_RESET_INTCON0 1420#define GEMINI_RESET_INTCON1 1521#define GEMINI_RESET_RTC 1622#define GEMINI_RESET_TIMER 1723#define GEMINI_RESET_UART 1824#define GEMINI_RESET_SSP 1925#define GEMINI_RESET_GPIO0 2026#define GEMINI_RESET_GPIO1 2127#define GEMINI_RESET_GPIO2 2228#define GEMINI_RESET_WDOG 2329#define GEMINI_RESET_EXTERN 2430#define GEMINI_RESET_CIR 2531#define GEMINI_RESET_SATA0 2632#define GEMINI_RESET_SATA1 2733#define GEMINI_RESET_TVC 2834#define GEMINI_RESET_CPU1 3035#define GEMINI_RESET_GLOBAL 3136 37#endif38