18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2016 Neil Armstrong <narmstrong@baylibre.com> 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef DT_RESET_OXSEMI_OX810SE_H 78c2ecf20Sopenharmony_ci#define DT_RESET_OXSEMI_OX810SE_H 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#define RESET_ARM 0 108c2ecf20Sopenharmony_ci#define RESET_COPRO 1 118c2ecf20Sopenharmony_ci/* Reserved 2 */ 128c2ecf20Sopenharmony_ci/* Reserved 3 */ 138c2ecf20Sopenharmony_ci#define RESET_USBHS 4 148c2ecf20Sopenharmony_ci#define RESET_USBHSPHY 5 158c2ecf20Sopenharmony_ci#define RESET_MAC 6 168c2ecf20Sopenharmony_ci#define RESET_PCI 7 178c2ecf20Sopenharmony_ci#define RESET_DMA 8 188c2ecf20Sopenharmony_ci#define RESET_DPE 9 198c2ecf20Sopenharmony_ci#define RESET_DDR 10 208c2ecf20Sopenharmony_ci#define RESET_SATA 11 218c2ecf20Sopenharmony_ci#define RESET_SATA_LINK 12 228c2ecf20Sopenharmony_ci#define RESET_SATA_PHY 13 238c2ecf20Sopenharmony_ci /* Reserved 14 */ 248c2ecf20Sopenharmony_ci#define RESET_NAND 15 258c2ecf20Sopenharmony_ci#define RESET_GPIO 16 268c2ecf20Sopenharmony_ci#define RESET_UART1 17 278c2ecf20Sopenharmony_ci#define RESET_UART2 18 288c2ecf20Sopenharmony_ci#define RESET_MISC 19 298c2ecf20Sopenharmony_ci#define RESET_I2S 20 308c2ecf20Sopenharmony_ci#define RESET_AHB_MON 21 318c2ecf20Sopenharmony_ci#define RESET_UART3 22 328c2ecf20Sopenharmony_ci#define RESET_UART4 23 338c2ecf20Sopenharmony_ci#define RESET_SGDMA 24 348c2ecf20Sopenharmony_ci/* Reserved 25 */ 358c2ecf20Sopenharmony_ci/* Reserved 26 */ 368c2ecf20Sopenharmony_ci/* Reserved 27 */ 378c2ecf20Sopenharmony_ci/* Reserved 28 */ 388c2ecf20Sopenharmony_ci/* Reserved 29 */ 398c2ecf20Sopenharmony_ci/* Reserved 30 */ 408c2ecf20Sopenharmony_ci#define RESET_BUS 31 418c2ecf20Sopenharmony_ci 428c2ecf20Sopenharmony_ci#endif /* DT_RESET_OXSEMI_OX810SE_H */ 43