1 1.1 jmcneill /* $NetBSD: oxsemi,ox810se.h,v 1.1.1.2 2020/01/03 14:33:06 skrll Exp $ */ 2 1.1 jmcneill 3 1.1.1.2 skrll /* SPDX-License-Identifier: GPL-2.0-only */ 4 1.1 jmcneill /* 5 1.1 jmcneill * Copyright (C) 2016 Neil Armstrong <narmstrong (at) baylibre.com> 6 1.1 jmcneill */ 7 1.1 jmcneill 8 1.1 jmcneill #ifndef DT_RESET_OXSEMI_OX810SE_H 9 1.1 jmcneill #define DT_RESET_OXSEMI_OX810SE_H 10 1.1 jmcneill 11 1.1 jmcneill #define RESET_ARM 0 12 1.1 jmcneill #define RESET_COPRO 1 13 1.1 jmcneill /* Reserved 2 */ 14 1.1 jmcneill /* Reserved 3 */ 15 1.1 jmcneill #define RESET_USBHS 4 16 1.1 jmcneill #define RESET_USBHSPHY 5 17 1.1 jmcneill #define RESET_MAC 6 18 1.1 jmcneill #define RESET_PCI 7 19 1.1 jmcneill #define RESET_DMA 8 20 1.1 jmcneill #define RESET_DPE 9 21 1.1 jmcneill #define RESET_DDR 10 22 1.1 jmcneill #define RESET_SATA 11 23 1.1 jmcneill #define RESET_SATA_LINK 12 24 1.1 jmcneill #define RESET_SATA_PHY 13 25 1.1 jmcneill /* Reserved 14 */ 26 1.1 jmcneill #define RESET_NAND 15 27 1.1 jmcneill #define RESET_GPIO 16 28 1.1 jmcneill #define RESET_UART1 17 29 1.1 jmcneill #define RESET_UART2 18 30 1.1 jmcneill #define RESET_MISC 19 31 1.1 jmcneill #define RESET_I2S 20 32 1.1 jmcneill #define RESET_AHB_MON 21 33 1.1 jmcneill #define RESET_UART3 22 34 1.1 jmcneill #define RESET_UART4 23 35 1.1 jmcneill #define RESET_SGDMA 24 36 1.1 jmcneill /* Reserved 25 */ 37 1.1 jmcneill /* Reserved 26 */ 38 1.1 jmcneill /* Reserved 27 */ 39 1.1 jmcneill /* Reserved 28 */ 40 1.1 jmcneill /* Reserved 29 */ 41 1.1 jmcneill /* Reserved 30 */ 42 1.1 jmcneill #define RESET_BUS 31 43 1.1 jmcneill 44 1.1 jmcneill #endif /* DT_RESET_OXSEMI_OX810SE_H */ 45