162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Device Tree defines for Lochnagar clocking
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Copyright (c) 2017-2018 Cirrus Logic, Inc. and
662306a36Sopenharmony_ci *                         Cirrus Logic International Semiconductor Ltd.
762306a36Sopenharmony_ci *
862306a36Sopenharmony_ci * Author: Charles Keepax <ckeepax@opensource.cirrus.com>
962306a36Sopenharmony_ci */
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci#ifndef DT_BINDINGS_CLK_LOCHNAGAR_H
1262306a36Sopenharmony_ci#define DT_BINDINGS_CLK_LOCHNAGAR_H
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ci#define LOCHNAGAR_CDC_MCLK1		0
1562306a36Sopenharmony_ci#define LOCHNAGAR_CDC_MCLK2		1
1662306a36Sopenharmony_ci#define LOCHNAGAR_DSP_CLKIN		2
1762306a36Sopenharmony_ci#define LOCHNAGAR_GF_CLKOUT1		3
1862306a36Sopenharmony_ci#define LOCHNAGAR_GF_CLKOUT2		4
1962306a36Sopenharmony_ci#define LOCHNAGAR_PSIA1_MCLK		5
2062306a36Sopenharmony_ci#define LOCHNAGAR_PSIA2_MCLK		6
2162306a36Sopenharmony_ci#define LOCHNAGAR_SPDIF_MCLK		7
2262306a36Sopenharmony_ci#define LOCHNAGAR_ADAT_MCLK		8
2362306a36Sopenharmony_ci#define LOCHNAGAR_SOUNDCARD_MCLK	9
2462306a36Sopenharmony_ci#define LOCHNAGAR_SPDIF_CLKOUT		10
2562306a36Sopenharmony_ci
2662306a36Sopenharmony_ci#endif
27