stih416-clks.h 309 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * This header provides constants clk index STMicroelectronics
  4. * STiH416 SoC.
  5. */
  6. #ifndef _CLK_STIH416
  7. #define _CLK_STIH416
  8. /* CLOCKGEN A0 */
  9. #define CLK_ICN_REG 0
  10. #define CLK_ETH1_PHY 4
  11. /* CLOCKGEN A1 */
  12. #define CLK_ICN_IF_2 0
  13. #define CLK_GMAC0_PHY 3
  14. #endif