162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef _DT_BINDINGS_RESET_CORTINA_GEMINI_H 362306a36Sopenharmony_ci#define _DT_BINDINGS_RESET_CORTINA_GEMINI_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#define GEMINI_RESET_DRAM 0 662306a36Sopenharmony_ci#define GEMINI_RESET_FLASH 1 762306a36Sopenharmony_ci#define GEMINI_RESET_IDE 2 862306a36Sopenharmony_ci#define GEMINI_RESET_RAID 3 962306a36Sopenharmony_ci#define GEMINI_RESET_SECURITY 4 1062306a36Sopenharmony_ci#define GEMINI_RESET_GMAC0 5 1162306a36Sopenharmony_ci#define GEMINI_RESET_GMAC1 6 1262306a36Sopenharmony_ci#define GEMINI_RESET_PCI 7 1362306a36Sopenharmony_ci#define GEMINI_RESET_USB0 8 1462306a36Sopenharmony_ci#define GEMINI_RESET_USB1 9 1562306a36Sopenharmony_ci#define GEMINI_RESET_DMAC 10 1662306a36Sopenharmony_ci#define GEMINI_RESET_APB 11 1762306a36Sopenharmony_ci#define GEMINI_RESET_LPC 12 1862306a36Sopenharmony_ci#define GEMINI_RESET_LCD 13 1962306a36Sopenharmony_ci#define GEMINI_RESET_INTCON0 14 2062306a36Sopenharmony_ci#define GEMINI_RESET_INTCON1 15 2162306a36Sopenharmony_ci#define GEMINI_RESET_RTC 16 2262306a36Sopenharmony_ci#define GEMINI_RESET_TIMER 17 2362306a36Sopenharmony_ci#define GEMINI_RESET_UART 18 2462306a36Sopenharmony_ci#define GEMINI_RESET_SSP 19 2562306a36Sopenharmony_ci#define GEMINI_RESET_GPIO0 20 2662306a36Sopenharmony_ci#define GEMINI_RESET_GPIO1 21 2762306a36Sopenharmony_ci#define GEMINI_RESET_GPIO2 22 2862306a36Sopenharmony_ci#define GEMINI_RESET_WDOG 23 2962306a36Sopenharmony_ci#define GEMINI_RESET_EXTERN 24 3062306a36Sopenharmony_ci#define GEMINI_RESET_CIR 25 3162306a36Sopenharmony_ci#define GEMINI_RESET_SATA0 26 3262306a36Sopenharmony_ci#define GEMINI_RESET_SATA1 27 3362306a36Sopenharmony_ci#define GEMINI_RESET_TVC 28 3462306a36Sopenharmony_ci#define GEMINI_RESET_CPU1 30 3562306a36Sopenharmony_ci#define GEMINI_RESET_GLOBAL 31 3662306a36Sopenharmony_ci 3762306a36Sopenharmony_ci#endif 38