qcom,lcc-ipq806x.h revision 1.1.1.1
1/* $NetBSD: qcom,lcc-ipq806x.h,v 1.1.1.1 2017/06/15 20:14:23 jmcneill Exp $ */ 2 3/* 4 * Copyright (c) 2014, The Linux Foundation. All rights reserved. 5 * 6 * This software is licensed under the terms of the GNU General Public 7 * License version 2, as published by the Free Software Foundation, and 8 * may be copied, distributed, and modified under those terms. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 */ 15 16#ifndef _DT_BINDINGS_CLK_LCC_IPQ806X_H 17#define _DT_BINDINGS_CLK_LCC_IPQ806X_H 18 19#define PLL4 0 20#define MI2S_OSR_SRC 1 21#define MI2S_OSR_CLK 2 22#define MI2S_DIV_CLK 3 23#define MI2S_BIT_DIV_CLK 4 24#define MI2S_BIT_CLK 5 25#define PCM_SRC 6 26#define PCM_CLK_OUT 7 27#define PCM_CLK 8 28#define SPDIF_SRC 9 29#define SPDIF_CLK 10 30#define AHBIX_CLK 11 31 32#endif 33