11.1Sjmcneill/*	$NetBSD: oxsemi,ox810se.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_OX810SE_H
91.1Sjmcneill#define DT_RESET_OXSEMI_OX810SE_H
101.1Sjmcneill
111.1Sjmcneill#define RESET_ARM	0
121.1Sjmcneill#define RESET_COPRO	1
131.1Sjmcneill/* Reserved		2 */
141.1Sjmcneill/* Reserved		3 */
151.1Sjmcneill#define RESET_USBHS	4
161.1Sjmcneill#define RESET_USBHSPHY	5
171.1Sjmcneill#define RESET_MAC	6
181.1Sjmcneill#define RESET_PCI	7
191.1Sjmcneill#define RESET_DMA	8
201.1Sjmcneill#define RESET_DPE	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 /* Reserved		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_AHB_MON	21
331.1Sjmcneill#define RESET_UART3	22
341.1Sjmcneill#define RESET_UART4	23
351.1Sjmcneill#define RESET_SGDMA	24
361.1Sjmcneill/* Reserved		25 */
371.1Sjmcneill/* Reserved		26 */
381.1Sjmcneill/* Reserved		27 */
391.1Sjmcneill/* Reserved		28 */
401.1Sjmcneill/* Reserved		29 */
411.1Sjmcneill/* Reserved		30 */
421.1Sjmcneill#define RESET_BUS	31
431.1Sjmcneill
441.1Sjmcneill#endif /* DT_RESET_OXSEMI_OX810SE_H */
45