dts/bindings: audio: add binding for ST MPXXDYYY pdm microphones on I2S
Provide dts yaml bindings for ST MPXXDYYY microphones family on I2S. Signed-off-by: Armando Visconti <armando.visconti@st.com>
This commit is contained in:
parent
f322c0b0ab
commit
7c32f3091b
25
dts/bindings/audio/st,mpxxdtyy-i2s.yaml
Normal file
25
dts/bindings/audio/st,mpxxdtyy-i2s.yaml
Normal file
|
@ -0,0 +1,25 @@
|
|||
#
|
||||
# Copyright (c) 2018 STMicroelectronics
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
---
|
||||
title: ST Microelectronics MPXXDTYY digital pdm microphone family
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of MPXXDTYY digital microphone family
|
||||
|
||||
inherits:
|
||||
!include i2s-device.yaml
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
constraint: "st,mpxxdtyy"
|
||||
label:
|
||||
type: string
|
||||
category: required
|
||||
description: Human readable string describing the device (used by Zephyr for API name)
|
||||
generation: define
|
||||
|
||||
...
|
Loading…
Reference in a new issue