1*58c3e048Sjmcneill /* $NetBSD: qcom,lpass.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $ */ 2*58c3e048Sjmcneill 3*58c3e048Sjmcneill /* SPDX-License-Identifier: GPL-2.0 */ 4*58c3e048Sjmcneill #ifndef __DT_QCOM_LPASS_H 5*58c3e048Sjmcneill #define __DT_QCOM_LPASS_H 6*58c3e048Sjmcneill 7*58c3e048Sjmcneill #define MI2S_PRIMARY 0 8*58c3e048Sjmcneill #define MI2S_SECONDARY 1 9*58c3e048Sjmcneill #define MI2S_TERTIARY 2 10*58c3e048Sjmcneill #define MI2S_QUATERNARY 3 11*58c3e048Sjmcneill #define MI2S_QUINARY 4 12*58c3e048Sjmcneill 13*58c3e048Sjmcneill #define LPASS_DP_RX 5 14*58c3e048Sjmcneill 15*58c3e048Sjmcneill #define LPASS_MCLK0 0 16*58c3e048Sjmcneill 17*58c3e048Sjmcneill #endif /* __DT_QCOM_LPASS_H */ 18