xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/clock/ti-dra7-atl.h (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot /*
2*c66ec88fSEmmanuel Vadot  * This header provides constants for DRA7 ATL (Audio Tracking Logic)
3*c66ec88fSEmmanuel Vadot  *
4*c66ec88fSEmmanuel Vadot  * The constants defined in this header are used in dts files
5*c66ec88fSEmmanuel Vadot  *
6*c66ec88fSEmmanuel Vadot  * Copyright (C) 2013 Texas Instruments, Inc.
7*c66ec88fSEmmanuel Vadot  *
8*c66ec88fSEmmanuel Vadot  * Peter Ujfalusi <peter.ujfalusi@ti.com>
9*c66ec88fSEmmanuel Vadot  *
10*c66ec88fSEmmanuel Vadot  * This program is free software; you can redistribute it and/or modify
11*c66ec88fSEmmanuel Vadot  * it under the terms of the GNU General Public License version 2 as
12*c66ec88fSEmmanuel Vadot  * published by the Free Software Foundation.
13*c66ec88fSEmmanuel Vadot  *
14*c66ec88fSEmmanuel Vadot  * This program is distributed "as is" WITHOUT ANY WARRANTY of any
15*c66ec88fSEmmanuel Vadot  * kind, whether express or implied; without even the implied warranty
16*c66ec88fSEmmanuel Vadot  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17*c66ec88fSEmmanuel Vadot  * GNU General Public License for more details.
18*c66ec88fSEmmanuel Vadot  */
19*c66ec88fSEmmanuel Vadot 
20*c66ec88fSEmmanuel Vadot #ifndef _DT_BINDINGS_CLK_DRA7_ATL_H
21*c66ec88fSEmmanuel Vadot #define _DT_BINDINGS_CLK_DRA7_ATL_H
22*c66ec88fSEmmanuel Vadot 
23*c66ec88fSEmmanuel Vadot #define DRA7_ATL_WS_MCASP1_FSR		0
24*c66ec88fSEmmanuel Vadot #define DRA7_ATL_WS_MCASP1_FSX		1
25*c66ec88fSEmmanuel Vadot #define DRA7_ATL_WS_MCASP2_FSR		2
26*c66ec88fSEmmanuel Vadot #define DRA7_ATL_WS_MCASP2_FSX		3
27*c66ec88fSEmmanuel Vadot #define DRA7_ATL_WS_MCASP3_FSX		4
28*c66ec88fSEmmanuel Vadot #define DRA7_ATL_WS_MCASP4_FSX		5
29*c66ec88fSEmmanuel Vadot #define DRA7_ATL_WS_MCASP5_FSX		6
30*c66ec88fSEmmanuel Vadot #define DRA7_ATL_WS_MCASP6_FSX		7
31*c66ec88fSEmmanuel Vadot #define DRA7_ATL_WS_MCASP7_FSX		8
32*c66ec88fSEmmanuel Vadot #define DRA7_ATL_WS_MCASP8_FSX		9
33*c66ec88fSEmmanuel Vadot #define DRA7_ATL_WS_MCASP8_AHCLKX	10
34*c66ec88fSEmmanuel Vadot #define DRA7_ATL_WS_XREF_CLK3		11
35*c66ec88fSEmmanuel Vadot #define DRA7_ATL_WS_XREF_CLK0		12
36*c66ec88fSEmmanuel Vadot #define DRA7_ATL_WS_XREF_CLK1		13
37*c66ec88fSEmmanuel Vadot #define DRA7_ATL_WS_XREF_CLK2		14
38*c66ec88fSEmmanuel Vadot #define DRA7_ATL_WS_OSC1_X1		15
39*c66ec88fSEmmanuel Vadot 
40*c66ec88fSEmmanuel Vadot #endif
41