aed57105a5
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>
10 lines
349 B
YAML
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]
|