2023-06-20 14:45:39 +03:00
|
|
|
# Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or
|
|
|
|
# an affiliate of Cypress Semiconductor Corporation
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: Infineon CAT1 SDHC/SDIO controller
|
|
|
|
|
|
|
|
compatible: "infineon,cat1-sdhc-sdio"
|
|
|
|
|
2025-05-27 13:51:02 -07:00
|
|
|
include: [sdhc.yaml, pinctrl-device.yaml, "infineon,system-interrupts.yaml"]
|
2023-06-20 14:45:39 +03:00
|
|
|
|
|
|
|
properties:
|
|
|
|
reg:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
pinctrl-0:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
pinctrl-names:
|
|
|
|
required: true
|
2025-05-27 13:51:02 -07:00
|
|
|
|
|
|
|
interrupts:
|
|
|
|
description: Required for non-cat1c devices
|
|
|
|
|
|
|
|
system-interrupts:
|
|
|
|
description: Required for cat1c devices
|