diff --git a/dts/bindings/sd/zephyr,mmc-disk.yaml b/dts/bindings/sd/zephyr,mmc-disk.yaml index 4246a994e2e..164af1159a4 100644 --- a/dts/bindings/sd/zephyr,mmc-disk.yaml +++ b/dts/bindings/sd/zephyr,mmc-disk.yaml @@ -1,5 +1,7 @@ description: | - Zephyr MMC disk node. A binding with this compatible present within an SD + Zephyr MMC disk. + + A binding with this compatible present within an SD host controller device node indicates that an MMC chip is attached to that SD bus. This binding will enable that to be used with the disk driver API and any subsystems that utilize it. diff --git a/dts/bindings/sd/zephyr,sdmmc-disk.yaml b/dts/bindings/sd/zephyr,sdmmc-disk.yaml index 866e99da7c9..bd55fa8a966 100644 --- a/dts/bindings/sd/zephyr,sdmmc-disk.yaml +++ b/dts/bindings/sd/zephyr,sdmmc-disk.yaml @@ -1,5 +1,7 @@ description: | - Zephyr SDMMC disk node. A binding with this compatible present within an SD + Zephyr SDMMC disk. + + 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.