zephyr/dts/bindings/sd/zephyr,sdmmc-disk.yaml
Daniel DeGrasse aed57105a5 dts: bindings: add binding for zephyr,sdmmc-disk
Add binding for zephyr sdmmc disk device, which uses the SD
subsystem to manage an SD memory card.

Fixes #46410
Fixes #46266

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2022-07-04 16:34:03 +02:00

10 lines
349 B
YAML

description: |
Zephyr MMC disk node. A binding with this compatible present within an SD
host controller device node indicates that an SDMMC disk is attached to that
SD bus. This binding will enable that disk to be used with the disk driver
API and any subsystems that utilize it.
compatible: "zephyr,sdmmc-disk"
include: [sd-device.yaml]