oxsemi,ox810se.h 450 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) 2016 Neil Armstrong <narmstrong@baylibre.com>
  4. */
  5. #ifndef DT_CLOCK_OXSEMI_OX810SE_H
  6. #define DT_CLOCK_OXSEMI_OX810SE_H
  7. #define CLK_810_LEON 0
  8. #define CLK_810_DMA_SGDMA 1
  9. #define CLK_810_CIPHER 2
  10. #define CLK_810_SATA 3
  11. #define CLK_810_AUDIO 4
  12. #define CLK_810_USBMPH 5
  13. #define CLK_810_ETHA 6
  14. #define CLK_810_PCIEA 7
  15. #define CLK_810_NAND 8
  16. #endif /* DT_CLOCK_OXSEMI_OX810SE_H */