1description: | 2 Zephyr MMC disk node. A binding with this compatible present within an SD 3 host controller device node indicates that an MMC chip is attached to that 4 SD bus. This binding will enable that to be used with the disk driver 5 API and any subsystems that utilize it. 6 7compatible: "zephyr,mmc-disk" 8 9include: [sd-device.yaml] 10 11properties: 12 bus-width: 13 type: int 14 default: 8 15 description: | 16 Indicates the way the MMC device is connected to the bus. 17 Defaults to the maximum possible number of bus lines. 18 enum: 19 - 1 20 - 4 21 - 8 22