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