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