]> Git Repo - linux.git/blob - include/dt-bindings/clock/ti-dra7-atl.h
Linux 6.14-rc3
[linux.git] / include / dt-bindings / clock / ti-dra7-atl.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * This header provides constants for DRA7 ATL (Audio Tracking Logic)
4  *
5  * The constants defined in this header are used in dts files
6  *
7  * Copyright (C) 2013 Texas Instruments, Inc.
8  *
9  * Peter Ujfalusi <[email protected]>
10  */
11
12 #ifndef _DT_BINDINGS_CLK_DRA7_ATL_H
13 #define _DT_BINDINGS_CLK_DRA7_ATL_H
14
15 #define DRA7_ATL_WS_MCASP1_FSR          0
16 #define DRA7_ATL_WS_MCASP1_FSX          1
17 #define DRA7_ATL_WS_MCASP2_FSR          2
18 #define DRA7_ATL_WS_MCASP2_FSX          3
19 #define DRA7_ATL_WS_MCASP3_FSX          4
20 #define DRA7_ATL_WS_MCASP4_FSX          5
21 #define DRA7_ATL_WS_MCASP5_FSX          6
22 #define DRA7_ATL_WS_MCASP6_FSX          7
23 #define DRA7_ATL_WS_MCASP7_FSX          8
24 #define DRA7_ATL_WS_MCASP8_FSX          9
25 #define DRA7_ATL_WS_MCASP8_AHCLKX       10
26 #define DRA7_ATL_WS_XREF_CLK3           11
27 #define DRA7_ATL_WS_XREF_CLK0           12
28 #define DRA7_ATL_WS_XREF_CLK1           13
29 #define DRA7_ATL_WS_XREF_CLK2           14
30 #define DRA7_ATL_WS_OSC1_X1             15
31
32 #endif
This page took 0.032549 seconds and 4 git commands to generate.