1description: | 2 Zephyr SDMMC disk node. A binding with this compatible present within an SD 3 host controller device node indicates that an SDMMC disk is attached to that 4 SD bus. This binding will enable that disk to be used with the disk driver 5 API and any subsystems that utilize it. 6 7compatible: "zephyr,sdmmc-disk" 8 9include: [sd-device.yaml] 10 11properties: 12 disk-name: 13 type: string 14 required: true 15 description: | 16 Disk name. 17