a6db78e2b3
This commit adds support for the ATMEL HSMCI peripheral for the SAM4E MCU series, enabling native SD card support. Signed-off-by: Vincent van Beveren <v.van.beveren@nikhef.nl>
25 lines
374 B
YAML
25 lines
374 B
YAML
# Copyright 2023, Nikhef
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: ATMEL (Microchip) SAM HSMCI SD host controller
|
|
|
|
compatible: "atmel,sam-hsmci"
|
|
|
|
include: [sdhc.yaml, pinctrl-device.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
pinctrl-0:
|
|
required: true
|
|
|
|
pinctrl-names:
|
|
required: true
|
|
|
|
clocks:
|
|
required: true
|
|
|
|
cd-gpios:
|
|
type: phandle-array
|