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