1*6be33864SEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */ 2*6be33864SEmmanuel Vadot #ifndef __DT_SC7180_LPASS_H 3*6be33864SEmmanuel Vadot #define __DT_SC7180_LPASS_H 4*6be33864SEmmanuel Vadot 5*6be33864SEmmanuel Vadot #define MI2S_PRIMARY 0 6*6be33864SEmmanuel Vadot #define MI2S_SECONDARY 1 7*6be33864SEmmanuel Vadot #define LPASS_DP_RX 2 8*6be33864SEmmanuel Vadot 9*6be33864SEmmanuel Vadot #define LPASS_MCLK0 0 10*6be33864SEmmanuel Vadot 11*6be33864SEmmanuel Vadot #endif /* __DT_APQ8016_LPASS_H */ 12