stih415-clks.h 270 B

12345678910111213141516
  1. /*
  2. * This header provides constants clk index STMicroelectronics
  3. * STiH415 SoC.
  4. */
  5. #ifndef _CLK_STIH415
  6. #define _CLK_STIH415
  7. /* CLOCKGEN A0 */
  8. #define CLK_ICN_REG 0
  9. #define CLK_ETH1_PHY 4
  10. /* CLOCKGEN A1 */
  11. #define CLK_ICN_IF_2 0
  12. #define CLK_GMAC0_PHY 3
  13. #endif