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