1 /* SPDX-License-Identifier: GPL-2.0 OR MIT */
2 /*
3  * Copyright (C) 2020-2021 Sifive, Inc.
4  * Author: Pragnesh Patel <pragnesh.patel@sifive.com>
5  */
6 
7 #ifndef __DT_BINDINGS_RESET_SIFIVE_FU740_PRCI_H
8 #define __DT_BINDINGS_RESET_SIFIVE_FU740_PRCI_H
9 
10 /* Reset indexes for use by device tree data and the PRCI driver */
11 #define PRCI_RST_DDR_CTRL_N		0
12 #define PRCI_RST_DDR_AXI_N		1
13 #define PRCI_RST_DDR_AHB_N		2
14 #define PRCI_RST_DDR_PHY_N		3
15 #define PRCI_RST_PCIE_POWER_UP_N	4
16 #define PRCI_RST_GEMGXL_N		5
17 #define PRCI_RST_CLTX_N			6
18 
19 #endif
20