162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (C) 2016 Neil Armstrong <narmstrong@baylibre.com>
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#ifndef DT_RESET_OXSEMI_OX820_H
762306a36Sopenharmony_ci#define DT_RESET_OXSEMI_OX820_H
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#define RESET_SCU	0
1062306a36Sopenharmony_ci#define RESET_LEON	1
1162306a36Sopenharmony_ci#define RESET_ARM0	2
1262306a36Sopenharmony_ci#define RESET_ARM1	3
1362306a36Sopenharmony_ci#define RESET_USBHS	4
1462306a36Sopenharmony_ci#define RESET_USBPHYA	5
1562306a36Sopenharmony_ci#define RESET_MAC	6
1662306a36Sopenharmony_ci#define RESET_PCIEA	7
1762306a36Sopenharmony_ci#define RESET_SGDMA	8
1862306a36Sopenharmony_ci#define RESET_CIPHER	9
1962306a36Sopenharmony_ci#define RESET_DDR	10
2062306a36Sopenharmony_ci#define RESET_SATA	11
2162306a36Sopenharmony_ci#define RESET_SATA_LINK	12
2262306a36Sopenharmony_ci#define RESET_SATA_PHY	13
2362306a36Sopenharmony_ci#define RESET_PCIEPHY	14
2462306a36Sopenharmony_ci#define RESET_NAND	15
2562306a36Sopenharmony_ci#define RESET_GPIO	16
2662306a36Sopenharmony_ci#define RESET_UART1	17
2762306a36Sopenharmony_ci#define RESET_UART2	18
2862306a36Sopenharmony_ci#define RESET_MISC	19
2962306a36Sopenharmony_ci#define RESET_I2S	20
3062306a36Sopenharmony_ci#define RESET_SD	21
3162306a36Sopenharmony_ci#define RESET_MAC_2	22
3262306a36Sopenharmony_ci#define RESET_PCIEB	23
3362306a36Sopenharmony_ci#define RESET_VIDEO	24
3462306a36Sopenharmony_ci#define RESET_DDR_PHY	25
3562306a36Sopenharmony_ci#define RESET_USBPHYB	26
3662306a36Sopenharmony_ci#define RESET_USBDEV	27
3762306a36Sopenharmony_ci/* Reserved		29 */
3862306a36Sopenharmony_ci#define RESET_ARMDBG	29
3962306a36Sopenharmony_ci#define RESET_PLLA	30
4062306a36Sopenharmony_ci#define RESET_PLLB	31
4162306a36Sopenharmony_ci
4262306a36Sopenharmony_ci#endif /* DT_RESET_OXSEMI_OX820_H */
43