1270866Simp/*
2270866Simp * This header provides constants for DRA7 ATL (Audio Tracking Logic)
3270866Simp *
4270866Simp * The constants defined in this header are used in dts files
5270866Simp *
6270866Simp * Copyright (C) 2013 Texas Instruments, Inc.
7270866Simp *
8270866Simp * Peter Ujfalusi <peter.ujfalusi@ti.com>
9270866Simp *
10270866Simp * This program is free software; you can redistribute it and/or modify
11270866Simp * it under the terms of the GNU General Public License version 2 as
12270866Simp * published by the Free Software Foundation.
13270866Simp *
14270866Simp * This program is distributed "as is" WITHOUT ANY WARRANTY of any
15270866Simp * kind, whether express or implied; without even the implied warranty
16270866Simp * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17270866Simp * GNU General Public License for more details.
18270866Simp */
19270866Simp
20270866Simp#ifndef _DT_BINDINGS_CLK_DRA7_ATL_H
21270866Simp#define _DT_BINDINGS_CLK_DRA7_ATL_H
22270866Simp
23270866Simp#define DRA7_ATL_WS_MCASP1_FSR		0
24270866Simp#define DRA7_ATL_WS_MCASP1_FSX		1
25270866Simp#define DRA7_ATL_WS_MCASP2_FSR		2
26270866Simp#define DRA7_ATL_WS_MCASP2_FSX		3
27270866Simp#define DRA7_ATL_WS_MCASP3_FSX		4
28270866Simp#define DRA7_ATL_WS_MCASP4_FSX		5
29270866Simp#define DRA7_ATL_WS_MCASP5_FSX		6
30270866Simp#define DRA7_ATL_WS_MCASP6_FSX		7
31270866Simp#define DRA7_ATL_WS_MCASP7_FSX		8
32270866Simp#define DRA7_ATL_WS_MCASP8_FSX		9
33270866Simp#define DRA7_ATL_WS_MCASP8_AHCLKX	10
34270866Simp#define DRA7_ATL_WS_XREF_CLK3		11
35270866Simp#define DRA7_ATL_WS_XREF_CLK0		12
36270866Simp#define DRA7_ATL_WS_XREF_CLK1		13
37270866Simp#define DRA7_ATL_WS_XREF_CLK2		14
38270866Simp#define DRA7_ATL_WS_OSC1_X1		15
39270866Simp
40270866Simp#endif
41