stih410-clks.h 529 B

12345678910111213141516171819202122232425
  1. /*
  2. * This header provides constants clk index STMicroelectronics
  3. * STiH410 SoC.
  4. */
  5. #ifndef _DT_BINDINGS_CLK_STIH410
  6. #define _DT_BINDINGS_CLK_STIH410
  7. #include "stih407-clks.h"
  8. /* STiH410 introduces new clock outputs compared to STiH407 */
  9. /* CLOCKGEN C0 */
  10. #define CLK_TX_ICN_HADES 32
  11. #define CLK_RX_ICN_HADES 33
  12. #define CLK_ICN_REG_16 34
  13. #define CLK_PP_HADES 35
  14. #define CLK_CLUST_HADES 36
  15. #define CLK_HWPE_HADES 37
  16. #define CLK_FC_HADES 38
  17. /* CLOCKGEN D0 */
  18. #define CLK_PCMR10_MASTER 4
  19. #define CLK_USB2_PHY 5
  20. #endif