162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (C) 2014 Alexander Shiyan <shc_work@mail.ru> 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#ifndef __DT_BINDINGS_CLOCK_IMX1_H 762306a36Sopenharmony_ci#define __DT_BINDINGS_CLOCK_IMX1_H 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#define IMX1_CLK_DUMMY 0 1062306a36Sopenharmony_ci#define IMX1_CLK_CLK32 1 1162306a36Sopenharmony_ci#define IMX1_CLK_CLK16M_EXT 2 1262306a36Sopenharmony_ci#define IMX1_CLK_CLK16M 3 1362306a36Sopenharmony_ci#define IMX1_CLK_CLK32_PREMULT 4 1462306a36Sopenharmony_ci#define IMX1_CLK_PREM 5 1562306a36Sopenharmony_ci#define IMX1_CLK_MPLL 6 1662306a36Sopenharmony_ci#define IMX1_CLK_MPLL_GATE 7 1762306a36Sopenharmony_ci#define IMX1_CLK_SPLL 8 1862306a36Sopenharmony_ci#define IMX1_CLK_SPLL_GATE 9 1962306a36Sopenharmony_ci#define IMX1_CLK_MCU 10 2062306a36Sopenharmony_ci#define IMX1_CLK_FCLK 11 2162306a36Sopenharmony_ci#define IMX1_CLK_HCLK 12 2262306a36Sopenharmony_ci#define IMX1_CLK_CLK48M 13 2362306a36Sopenharmony_ci#define IMX1_CLK_PER1 14 2462306a36Sopenharmony_ci#define IMX1_CLK_PER2 15 2562306a36Sopenharmony_ci#define IMX1_CLK_PER3 16 2662306a36Sopenharmony_ci#define IMX1_CLK_CLKO 17 2762306a36Sopenharmony_ci#define IMX1_CLK_UART3_GATE 18 2862306a36Sopenharmony_ci#define IMX1_CLK_SSI2_GATE 19 2962306a36Sopenharmony_ci#define IMX1_CLK_BROM_GATE 20 3062306a36Sopenharmony_ci#define IMX1_CLK_DMA_GATE 21 3162306a36Sopenharmony_ci#define IMX1_CLK_CSI_GATE 22 3262306a36Sopenharmony_ci#define IMX1_CLK_MMA_GATE 23 3362306a36Sopenharmony_ci#define IMX1_CLK_USBD_GATE 24 3462306a36Sopenharmony_ci#define IMX1_CLK_MAX 25 3562306a36Sopenharmony_ci 3662306a36Sopenharmony_ci#endif 37