Commit 6280d2ac authored by Mert Ekren's avatar Mert Ekren Committed by Benjamin Cabé
Browse files

dts: Add MAX32666 SDHC nodes and bindings



Include sdhc0 in MAX32666 devicetree and add devicetree bindings for
MAX32 SDHC driver

Signed-off-by: default avatarMert Ekren <mert.ekren@analog.com>
parent 12ad8f0f
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -174,5 +174,19 @@
			interrupts = <67 0>;
			status = "disabled";
		};

		sdhc0: sdhc@400b6000 {
			compatible = "adi,max32-sdhc";
			reg = <0x400b6000 0x1000>;
			interrupts = <66 0>;
			status = "disabled";
			mmc {
				compatible = "zephyr,sdmmc-disk";
				status = "disabled";
				disk-name = "SD";
			};
			power-delay-ms = <1500>;
			clocks = <&gcr ADI_MAX32_CLOCK_BUS1 10>;
		};
	};
};
+12 −0
Original line number Diff line number Diff line
# Copyright (c) 2024 Analog Devices, Inc.
# SPDX-License-Identifier: Apache-2.0

description: ADI MAX32 SDHC

compatible: "adi,max32-sdhc"

include: [sdhc.yaml, pinctrl-device.yaml]

properties:
  reg:
    required: true