1*c9ccf3a3SEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */ 2*c9ccf3a3SEmmanuel Vadot #ifndef __DT_TLV320AIC31XX_H 3*c9ccf3a3SEmmanuel Vadot #define __DT_TLV320AIC31XX_H 4*c9ccf3a3SEmmanuel Vadot 5*c9ccf3a3SEmmanuel Vadot #define MICBIAS_2_0V 1 6*c9ccf3a3SEmmanuel Vadot #define MICBIAS_2_5V 2 7*c9ccf3a3SEmmanuel Vadot #define MICBIAS_AVDDV 3 8*c9ccf3a3SEmmanuel Vadot 9*c9ccf3a3SEmmanuel Vadot #define PLL_CLKIN_MCLK 0x00 10*c9ccf3a3SEmmanuel Vadot #define PLL_CLKIN_BCLK 0x01 11*c9ccf3a3SEmmanuel Vadot #define PLL_CLKIN_GPIO1 0x02 12*c9ccf3a3SEmmanuel Vadot #define PLL_CLKIN_DIN 0x03 13*c9ccf3a3SEmmanuel Vadot 14*c9ccf3a3SEmmanuel Vadot #endif /* __DT_TLV320AIC31XX_H */ 15