[PATCH 8/8] arm64: dts: axiado: enable sdhci host

From: Tzu-Hao Wei

Date: Mon Dec 22 2025 - 03:45:52 EST


From: SriNavmani A <srinavmani@xxxxxxxxxx>

Enable the SDHCI host controller for eMMC support on the AX3000 EVK
evaluation board by referencing the SDHCI node defined in the SoC
device tree include file. This enables eMMC functionality on the
evaluation board.

Signed-off-by: Tzu-Hao Wei <twei@xxxxxxxxxx>
---
arch/arm64/boot/dts/axiado/ax3000-evk.dts | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/axiado/ax3000-evk.dts b/arch/arm64/boot/dts/axiado/ax3000-evk.dts
index b86e969625573bf92bdd5e4435ea571dd7500de2..a5cc75dfbe554749201b0910ec268c899bc5246c 100644
--- a/arch/arm64/boot/dts/axiado/ax3000-evk.dts
+++ b/arch/arm64/boot/dts/axiado/ax3000-evk.dts
@@ -80,3 +80,11 @@ &uart2 {
&uart3 {
status = "okay";
};
+
+&emmc_phy {
+ status = "okay";
+};
+
+&sdhci0 {
+ status = "okay";
+};

--
2.48.1