18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2014, The Linux Foundation. All rights reserved.
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_CLK_LCC_IPQ806X_H
78c2ecf20Sopenharmony_ci#define _DT_BINDINGS_CLK_LCC_IPQ806X_H
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#define PLL4				0
108c2ecf20Sopenharmony_ci#define MI2S_OSR_SRC			1
118c2ecf20Sopenharmony_ci#define MI2S_OSR_CLK			2
128c2ecf20Sopenharmony_ci#define MI2S_DIV_CLK			3
138c2ecf20Sopenharmony_ci#define MI2S_BIT_DIV_CLK		4
148c2ecf20Sopenharmony_ci#define MI2S_BIT_CLK			5
158c2ecf20Sopenharmony_ci#define PCM_SRC				6
168c2ecf20Sopenharmony_ci#define PCM_CLK_OUT			7
178c2ecf20Sopenharmony_ci#define PCM_CLK				8
188c2ecf20Sopenharmony_ci#define SPDIF_SRC			9
198c2ecf20Sopenharmony_ci#define SPDIF_CLK			10
208c2ecf20Sopenharmony_ci#define AHBIX_CLK			11
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci#endif
23