18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Device Tree defines for Lochnagar clocking 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright (c) 2017-2018 Cirrus Logic, Inc. and 68c2ecf20Sopenharmony_ci * Cirrus Logic International Semiconductor Ltd. 78c2ecf20Sopenharmony_ci * 88c2ecf20Sopenharmony_ci * Author: Charles Keepax <ckeepax@opensource.cirrus.com> 98c2ecf20Sopenharmony_ci */ 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#ifndef DT_BINDINGS_CLK_LOCHNAGAR_H 128c2ecf20Sopenharmony_ci#define DT_BINDINGS_CLK_LOCHNAGAR_H 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#define LOCHNAGAR_CDC_MCLK1 0 158c2ecf20Sopenharmony_ci#define LOCHNAGAR_CDC_MCLK2 1 168c2ecf20Sopenharmony_ci#define LOCHNAGAR_DSP_CLKIN 2 178c2ecf20Sopenharmony_ci#define LOCHNAGAR_GF_CLKOUT1 3 188c2ecf20Sopenharmony_ci#define LOCHNAGAR_GF_CLKOUT2 4 198c2ecf20Sopenharmony_ci#define LOCHNAGAR_PSIA1_MCLK 5 208c2ecf20Sopenharmony_ci#define LOCHNAGAR_PSIA2_MCLK 6 218c2ecf20Sopenharmony_ci#define LOCHNAGAR_SPDIF_MCLK 7 228c2ecf20Sopenharmony_ci#define LOCHNAGAR_ADAT_MCLK 8 238c2ecf20Sopenharmony_ci#define LOCHNAGAR_SOUNDCARD_MCLK 9 248c2ecf20Sopenharmony_ci#define LOCHNAGAR_SPDIF_CLKOUT 10 258c2ecf20Sopenharmony_ci 268c2ecf20Sopenharmony_ci#endif 27