Home | History | Annotate | Line # | Download | only in clock
      1 /*	$NetBSD: stih416-clks.h,v 1.1.1.2 2017/11/30 19:40:51 jmcneill Exp $	*/
      2 
      3 /* SPDX-License-Identifier: GPL-2.0 */
      4 /*
      5  * This header provides constants clk index STMicroelectronics
      6  * STiH416 SoC.
      7  */
      8 #ifndef _CLK_STIH416
      9 #define _CLK_STIH416
     10 
     11 /* CLOCKGEN A0 */
     12 #define CLK_ICN_REG		0
     13 #define CLK_ETH1_PHY		4
     14 
     15 /* CLOCKGEN A1 */
     16 #define CLK_ICN_IF_2		0
     17 #define CLK_GMAC0_PHY		3
     18 
     19 #endif
     20