Home | History | Annotate | Line # | Download | only in clock
      1      1.1  jmcneill /*	$NetBSD: stih410-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  * STiH410 SoC.
      7      1.1  jmcneill  */
      8      1.1  jmcneill #ifndef _DT_BINDINGS_CLK_STIH410
      9      1.1  jmcneill #define _DT_BINDINGS_CLK_STIH410
     10      1.1  jmcneill 
     11      1.1  jmcneill #include "stih407-clks.h"
     12      1.1  jmcneill 
     13      1.1  jmcneill /* STiH410 introduces new clock outputs compared to STiH407 */
     14      1.1  jmcneill 
     15      1.1  jmcneill /* CLOCKGEN C0 */
     16      1.1  jmcneill #define CLK_TX_ICN_HADES	32
     17      1.1  jmcneill #define CLK_RX_ICN_HADES	33
     18      1.1  jmcneill #define CLK_ICN_REG_16		34
     19      1.1  jmcneill #define CLK_PP_HADES		35
     20      1.1  jmcneill #define CLK_CLUST_HADES		36
     21      1.1  jmcneill #define CLK_HWPE_HADES		37
     22      1.1  jmcneill #define CLK_FC_HADES		38
     23      1.1  jmcneill 
     24      1.1  jmcneill /* CLOCKGEN D0 */
     25      1.1  jmcneill #define CLK_PCMR10_MASTER	4
     26      1.1  jmcneill #define CLK_USB2_PHY		5
     27      1.1  jmcneill 
     28      1.1  jmcneill #endif
     29