11.1Sjmcneill/* $NetBSD: ti-dra7-atl.h,v 1.1.1.1 2021/11/07 16:50:00 jmcneill Exp $ */ 21.1Sjmcneill 31.1Sjmcneill/* 41.1Sjmcneill * This header provides constants for DRA7 ATL (Audio Tracking Logic) 51.1Sjmcneill * 61.1Sjmcneill * The constants defined in this header are used in dts files 71.1Sjmcneill * 81.1Sjmcneill * Copyright (C) 2013 Texas Instruments, Inc. 91.1Sjmcneill * 101.1Sjmcneill * Peter Ujfalusi <peter.ujfalusi@ti.com> 111.1Sjmcneill * 121.1Sjmcneill * This program is free software; you can redistribute it and/or modify 131.1Sjmcneill * it under the terms of the GNU General Public License version 2 as 141.1Sjmcneill * published by the Free Software Foundation. 151.1Sjmcneill * 161.1Sjmcneill * This program is distributed "as is" WITHOUT ANY WARRANTY of any 171.1Sjmcneill * kind, whether express or implied; without even the implied warranty 181.1Sjmcneill * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 191.1Sjmcneill * GNU General Public License for more details. 201.1Sjmcneill */ 211.1Sjmcneill 221.1Sjmcneill#ifndef _DT_BINDINGS_CLK_DRA7_ATL_H 231.1Sjmcneill#define _DT_BINDINGS_CLK_DRA7_ATL_H 241.1Sjmcneill 251.1Sjmcneill#define DRA7_ATL_WS_MCASP1_FSR 0 261.1Sjmcneill#define DRA7_ATL_WS_MCASP1_FSX 1 271.1Sjmcneill#define DRA7_ATL_WS_MCASP2_FSR 2 281.1Sjmcneill#define DRA7_ATL_WS_MCASP2_FSX 3 291.1Sjmcneill#define DRA7_ATL_WS_MCASP3_FSX 4 301.1Sjmcneill#define DRA7_ATL_WS_MCASP4_FSX 5 311.1Sjmcneill#define DRA7_ATL_WS_MCASP5_FSX 6 321.1Sjmcneill#define DRA7_ATL_WS_MCASP6_FSX 7 331.1Sjmcneill#define DRA7_ATL_WS_MCASP7_FSX 8 341.1Sjmcneill#define DRA7_ATL_WS_MCASP8_FSX 9 351.1Sjmcneill#define DRA7_ATL_WS_MCASP8_AHCLKX 10 361.1Sjmcneill#define DRA7_ATL_WS_XREF_CLK3 11 371.1Sjmcneill#define DRA7_ATL_WS_XREF_CLK0 12 381.1Sjmcneill#define DRA7_ATL_WS_XREF_CLK1 13 391.1Sjmcneill#define DRA7_ATL_WS_XREF_CLK2 14 401.1Sjmcneill#define DRA7_ATL_WS_OSC1_X1 15 411.1Sjmcneill 421.1Sjmcneill#endif 43