1 /* $NetBSD: stih416-clks.h,v 1.1.1.1.6.2 2017/08/28 17:53:01 skrll Exp $ */ 2 3 /* 4 * This header provides constants clk index STMicroelectronics 5 * STiH416 SoC. 6 */ 7 #ifndef _CLK_STIH416 8 #define _CLK_STIH416 9 10 /* CLOCKGEN A0 */ 11 #define CLK_ICN_REG 0 12 #define CLK_ETH1_PHY 4 13 14 /* CLOCKGEN A1 */ 15 #define CLK_ICN_IF_2 0 16 #define CLK_GMAC0_PHY 3 17 18 #endif 19