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_OX810SE_H 762306a36Sopenharmony_ci#define DT_RESET_OXSEMI_OX810SE_H 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#define RESET_ARM 0 1062306a36Sopenharmony_ci#define RESET_COPRO 1 1162306a36Sopenharmony_ci/* Reserved 2 */ 1262306a36Sopenharmony_ci/* Reserved 3 */ 1362306a36Sopenharmony_ci#define RESET_USBHS 4 1462306a36Sopenharmony_ci#define RESET_USBHSPHY 5 1562306a36Sopenharmony_ci#define RESET_MAC 6 1662306a36Sopenharmony_ci#define RESET_PCI 7 1762306a36Sopenharmony_ci#define RESET_DMA 8 1862306a36Sopenharmony_ci#define RESET_DPE 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 /* Reserved 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_AHB_MON 21 3162306a36Sopenharmony_ci#define RESET_UART3 22 3262306a36Sopenharmony_ci#define RESET_UART4 23 3362306a36Sopenharmony_ci#define RESET_SGDMA 24 3462306a36Sopenharmony_ci/* Reserved 25 */ 3562306a36Sopenharmony_ci/* Reserved 26 */ 3662306a36Sopenharmony_ci/* Reserved 27 */ 3762306a36Sopenharmony_ci/* Reserved 28 */ 3862306a36Sopenharmony_ci/* Reserved 29 */ 3962306a36Sopenharmony_ci/* Reserved 30 */ 4062306a36Sopenharmony_ci#define RESET_BUS 31 4162306a36Sopenharmony_ci 4262306a36Sopenharmony_ci#endif /* DT_RESET_OXSEMI_OX810SE_H */ 43