board/argonkey: Add MP34DT05 microphone in DTS

Add MP34DT05 pdm microphone in DTS under i2s_5 node.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
This commit is contained in:
Armando Visconti 2018-11-13 10:14:33 +01:00 committed by Maureen Helm
commit c4b3583afd
3 changed files with 10 additions and 0 deletions

View file

@ -71,6 +71,12 @@
&i2s5 {
status = "ok";
mp34dt05@0 {
compatible = "st,mpxxdtyy";
reg = <0>;
label = "MP34DT05";
};
};
&i2c1 {

View file

@ -11,6 +11,7 @@ flash: 1024
supported:
- gpio
- i2c
- i2s
- hts221
- lps22hb
- lsm6dsl

View file

@ -12,3 +12,6 @@
#define CONFIG_LP3943_DEV_NAME DT_ST_STM32_I2C_V1_40005C00_TI_LP3943_60_LABEL
#define CONFIG_LP3943_I2C_ADDRESS DT_ST_STM32_I2C_V1_40005C00_TI_LP3943_60_BASE_ADDRESS
#define CONFIG_LP3943_I2C_MASTER_DEV_NAME DT_ST_STM32_I2C_V1_40005C00_TI_LP3943_60_BUS_NAME
#define DT_MPXXDTYY_DEV_NAME DT_ST_STM32_I2S_40015000_ST_MPXXDTYY_0_LABEL
#define DT_MPXXDTYY_MASTER_DEV_NAME DT_ST_STM32_I2S_40015000_ST_MPXXDTYY_0_BUS_NAME