sifive-fu540-prci.h 434 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2018-2019 SiFive, Inc.
  4. * Wesley Terpstra
  5. * Paul Walmsley
  6. */
  7. #ifndef __DT_BINDINGS_CLOCK_SIFIVE_FU540_PRCI_H
  8. #define __DT_BINDINGS_CLOCK_SIFIVE_FU540_PRCI_H
  9. /* Clock indexes for use by Device Tree data and the PRCI driver */
  10. #define PRCI_CLK_COREPLL 0
  11. #define PRCI_CLK_DDRPLL 1
  12. #define PRCI_CLK_GEMGXLPLL 2
  13. #define PRCI_CLK_TLCLK 3
  14. #endif