11.1Sjmcneill/* $NetBSD: oxsemi,ox820.h,v 1.1.1.2 2020/01/03 14:33:06 skrll Exp $ */ 21.1Sjmcneill 31.1.1.2Sskrll/* SPDX-License-Identifier: GPL-2.0-only */ 41.1Sjmcneill/* 51.1Sjmcneill * Copyright (C) 2016 Neil Armstrong <narmstrong@baylibre.com> 61.1Sjmcneill */ 71.1Sjmcneill 81.1Sjmcneill#ifndef DT_RESET_OXSEMI_OX820_H 91.1Sjmcneill#define DT_RESET_OXSEMI_OX820_H 101.1Sjmcneill 111.1Sjmcneill#define RESET_SCU 0 121.1Sjmcneill#define RESET_LEON 1 131.1Sjmcneill#define RESET_ARM0 2 141.1Sjmcneill#define RESET_ARM1 3 151.1Sjmcneill#define RESET_USBHS 4 161.1Sjmcneill#define RESET_USBPHYA 5 171.1Sjmcneill#define RESET_MAC 6 181.1Sjmcneill#define RESET_PCIEA 7 191.1Sjmcneill#define RESET_SGDMA 8 201.1Sjmcneill#define RESET_CIPHER 9 211.1Sjmcneill#define RESET_DDR 10 221.1Sjmcneill#define RESET_SATA 11 231.1Sjmcneill#define RESET_SATA_LINK 12 241.1Sjmcneill#define RESET_SATA_PHY 13 251.1Sjmcneill#define RESET_PCIEPHY 14 261.1Sjmcneill#define RESET_NAND 15 271.1Sjmcneill#define RESET_GPIO 16 281.1Sjmcneill#define RESET_UART1 17 291.1Sjmcneill#define RESET_UART2 18 301.1Sjmcneill#define RESET_MISC 19 311.1Sjmcneill#define RESET_I2S 20 321.1Sjmcneill#define RESET_SD 21 331.1Sjmcneill#define RESET_MAC_2 22 341.1Sjmcneill#define RESET_PCIEB 23 351.1Sjmcneill#define RESET_VIDEO 24 361.1Sjmcneill#define RESET_DDR_PHY 25 371.1Sjmcneill#define RESET_USBPHYB 26 381.1Sjmcneill#define RESET_USBDEV 27 391.1Sjmcneill/* Reserved 29 */ 401.1Sjmcneill#define RESET_ARMDBG 29 411.1Sjmcneill#define RESET_PLLA 30 421.1Sjmcneill#define RESET_PLLB 31 431.1Sjmcneill 441.1Sjmcneill#endif /* DT_RESET_OXSEMI_OX820_H */ 45