32 lines
798 B
YAML
32 lines
798 B
YAML
# Copyright (c) 2019, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: NXP i.MXRT USDHC module
|
|
|
|
compatible: "nxp,imx-usdhc"
|
|
|
|
include: mmc.yaml
|
|
|
|
properties:
|
|
clocks:
|
|
required: true
|
|
|
|
pwr-gpios:
|
|
type: phandle-array
|
|
required: false
|
|
description: Power pin
|
|
This pin defaults to active high when consumed by the SD card. The
|
|
property value should ensure the flags properly describe the signal
|
|
that is presented to the driver.
|
|
|
|
cd-gpios:
|
|
type: phandle-array
|
|
required: false
|
|
description: Detect pin
|
|
This pin defaults to active low when produced by the SD card. The
|
|
property value should ensure the flags properly describe the signal
|
|
that is presented to the driver.
|
|
|
|
label:
|
|
required: true
|