Home | History | Annotate | Line # | Download | only in clock
      1  1.1  jmcneill /*	$NetBSD: imx8-lpcg.h,v 1.1.1.1 2021/11/07 16:49:59 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: GPL-2.0+ */
      4  1.1  jmcneill /*
      5  1.1  jmcneill  * Copyright 2019-2020 NXP
      6  1.1  jmcneill  *   Dong Aisheng <aisheng.dong (at) nxp.com>
      7  1.1  jmcneill  */
      8  1.1  jmcneill 
      9  1.1  jmcneill #define IMX_LPCG_CLK_0	0
     10  1.1  jmcneill #define IMX_LPCG_CLK_1	4
     11  1.1  jmcneill #define IMX_LPCG_CLK_2	8
     12  1.1  jmcneill #define IMX_LPCG_CLK_3	12
     13  1.1  jmcneill #define IMX_LPCG_CLK_4	16
     14  1.1  jmcneill #define IMX_LPCG_CLK_5	20
     15  1.1  jmcneill #define IMX_LPCG_CLK_6	24
     16  1.1  jmcneill #define IMX_LPCG_CLK_7	28
     17