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_OX820_H
78c2ecf20Sopenharmony_ci#define DT_RESET_OXSEMI_OX820_H
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#define RESET_SCU	0
108c2ecf20Sopenharmony_ci#define RESET_LEON	1
118c2ecf20Sopenharmony_ci#define RESET_ARM0	2
128c2ecf20Sopenharmony_ci#define RESET_ARM1	3
138c2ecf20Sopenharmony_ci#define RESET_USBHS	4
148c2ecf20Sopenharmony_ci#define RESET_USBPHYA	5
158c2ecf20Sopenharmony_ci#define RESET_MAC	6
168c2ecf20Sopenharmony_ci#define RESET_PCIEA	7
178c2ecf20Sopenharmony_ci#define RESET_SGDMA	8
188c2ecf20Sopenharmony_ci#define RESET_CIPHER	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#define RESET_PCIEPHY	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_SD	21
318c2ecf20Sopenharmony_ci#define RESET_MAC_2	22
328c2ecf20Sopenharmony_ci#define RESET_PCIEB	23
338c2ecf20Sopenharmony_ci#define RESET_VIDEO	24
348c2ecf20Sopenharmony_ci#define RESET_DDR_PHY	25
358c2ecf20Sopenharmony_ci#define RESET_USBPHYB	26
368c2ecf20Sopenharmony_ci#define RESET_USBDEV	27
378c2ecf20Sopenharmony_ci/* Reserved		29 */
388c2ecf20Sopenharmony_ci#define RESET_ARMDBG	29
398c2ecf20Sopenharmony_ci#define RESET_PLLA	30
408c2ecf20Sopenharmony_ci#define RESET_PLLB	31
418c2ecf20Sopenharmony_ci
428c2ecf20Sopenharmony_ci#endif /* DT_RESET_OXSEMI_OX820_H */
43