26 lines
545 B
YAML
26 lines
545 B
YAML
#
|
|
# 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
|
|
|
|
...
|