20 lines
299 B
YAML
20 lines
299 B
YAML
#
|
|
# Copyright (c) 2018 Google LLC.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
title: MMC/SD/SDIO slot connected via SPI
|
|
version: 0.1
|
|
|
|
description: MMC/SD/SDIO slot connected via SPI
|
|
|
|
inherits:
|
|
!include spi-device.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "zephyr,mmc-spi-slot"
|
|
|
|
...
|