18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2014, The Linux Foundation. All rights reserved.
48c2ecf20Sopenharmony_ci * Copyright (c) BayLibre, SAS.
58c2ecf20Sopenharmony_ci * Author : Neil Armstrong <narmstrong@baylibre.com>
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_CLK_LCC_MDM9615_H
98c2ecf20Sopenharmony_ci#define _DT_BINDINGS_CLK_LCC_MDM9615_H
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#define PLL4				0
128c2ecf20Sopenharmony_ci#define MI2S_OSR_SRC			1
138c2ecf20Sopenharmony_ci#define MI2S_OSR_CLK			2
148c2ecf20Sopenharmony_ci#define MI2S_DIV_CLK			3
158c2ecf20Sopenharmony_ci#define MI2S_BIT_DIV_CLK		4
168c2ecf20Sopenharmony_ci#define MI2S_BIT_CLK			5
178c2ecf20Sopenharmony_ci#define PCM_SRC				6
188c2ecf20Sopenharmony_ci#define PCM_CLK_OUT			7
198c2ecf20Sopenharmony_ci#define PCM_CLK				8
208c2ecf20Sopenharmony_ci#define SLIMBUS_SRC			9
218c2ecf20Sopenharmony_ci#define AUDIO_SLIMBUS_CLK		10
228c2ecf20Sopenharmony_ci#define SPS_SLIMBUS_CLK			11
238c2ecf20Sopenharmony_ci#define CODEC_I2S_MIC_OSR_SRC		12
248c2ecf20Sopenharmony_ci#define CODEC_I2S_MIC_OSR_CLK		13
258c2ecf20Sopenharmony_ci#define CODEC_I2S_MIC_DIV_CLK		14
268c2ecf20Sopenharmony_ci#define CODEC_I2S_MIC_BIT_DIV_CLK	15
278c2ecf20Sopenharmony_ci#define CODEC_I2S_MIC_BIT_CLK		16
288c2ecf20Sopenharmony_ci#define SPARE_I2S_MIC_OSR_SRC		17
298c2ecf20Sopenharmony_ci#define SPARE_I2S_MIC_OSR_CLK		18
308c2ecf20Sopenharmony_ci#define SPARE_I2S_MIC_DIV_CLK		19
318c2ecf20Sopenharmony_ci#define SPARE_I2S_MIC_BIT_DIV_CLK	20
328c2ecf20Sopenharmony_ci#define SPARE_I2S_MIC_BIT_CLK		21
338c2ecf20Sopenharmony_ci#define CODEC_I2S_SPKR_OSR_SRC		22
348c2ecf20Sopenharmony_ci#define CODEC_I2S_SPKR_OSR_CLK		23
358c2ecf20Sopenharmony_ci#define CODEC_I2S_SPKR_DIV_CLK		24
368c2ecf20Sopenharmony_ci#define CODEC_I2S_SPKR_BIT_DIV_CLK	25
378c2ecf20Sopenharmony_ci#define CODEC_I2S_SPKR_BIT_CLK		26
388c2ecf20Sopenharmony_ci#define SPARE_I2S_SPKR_OSR_SRC		27
398c2ecf20Sopenharmony_ci#define SPARE_I2S_SPKR_OSR_CLK		28
408c2ecf20Sopenharmony_ci#define SPARE_I2S_SPKR_DIV_CLK		29
418c2ecf20Sopenharmony_ci#define SPARE_I2S_SPKR_BIT_DIV_CLK	30
428c2ecf20Sopenharmony_ci#define SPARE_I2S_SPKR_BIT_CLK		31
438c2ecf20Sopenharmony_ci
448c2ecf20Sopenharmony_ci#endif
45