sifive-fu540-prci.h 503 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2020 Sifive, Inc.
  4. * Author: Sagar Kadam <sagar.kadam@sifive.com>
  5. */
  6. #ifndef __DT_BINDINGS_RESET_SIFIVE_FU540_PRCI_H
  7. #define __DT_BINDINGS_RESET_SIFIVE_FU540_PRCI_H
  8. /* Reset indexes for use by device tree data and the PRCI driver */
  9. #define PRCI_RST_DDR_CTRL_N 0
  10. #define PRCI_RST_DDR_AXI_N 1
  11. #define PRCI_RST_DDR_AHB_N 2
  12. #define PRCI_RST_DDR_PHY_N 3
  13. /* bit 4 is reserved bit */
  14. #define PRCI_RST_RSVD_N 4
  15. #define PRCI_RST_GEMGXL_N 5
  16. #endif