11.1Sjmcneill/* $NetBSD: qcom,lpass.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $ */ 21.1Sjmcneill 31.1Sjmcneill/* SPDX-License-Identifier: GPL-2.0 */ 41.1Sjmcneill#ifndef __DT_QCOM_LPASS_H 51.1Sjmcneill#define __DT_QCOM_LPASS_H 61.1Sjmcneill 71.1Sjmcneill#define MI2S_PRIMARY 0 81.1Sjmcneill#define MI2S_SECONDARY 1 91.1Sjmcneill#define MI2S_TERTIARY 2 101.1Sjmcneill#define MI2S_QUATERNARY 3 111.1Sjmcneill#define MI2S_QUINARY 4 121.1Sjmcneill 131.1Sjmcneill#define LPASS_DP_RX 5 141.1Sjmcneill 151.1Sjmcneill#define LPASS_MCLK0 0 161.1Sjmcneill 171.1Sjmcneill#endif /* __DT_QCOM_LPASS_H */ 18