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

Tzu-Hao Wei twei at axiado.com
Mon Dec 22 00:45:07 PST 2025


From: SriNavmani A <srinavmani at axiado.com>

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 at axiado.com>
---
 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




More information about the linux-arm-kernel mailing list