[PATCH 7/8] arm64: dts: axiado: add common sdhci host node in dtsi
Tzu-Hao Wei
twei at axiado.com
Mon Dec 22 00:45:06 PST 2025
From: SriNavmani A <srinavmani at axiado.com>
Add the SDHCI host controller device tree node to the AX3000 SoC
device tree include file. This node defines the Arasan eMMC host
controller configuration, including register mappings, interrupts,
and clock references for the AX3000 SoC.
Signed-off-by: Tzu-Hao Wei <twei at axiado.com>
---
arch/arm64/boot/dts/axiado/ax3000.dtsi | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/arch/arm64/boot/dts/axiado/ax3000.dtsi b/arch/arm64/boot/dts/axiado/ax3000.dtsi
index 0b64cf1245211ab0e9380dc27dae37dd9f3082e8..b963537001155d825f878156b2f930b202da1723 100644
--- a/arch/arm64/boot/dts/axiado/ax3000.dtsi
+++ b/arch/arm64/boot/dts/axiado/ax3000.dtsi
@@ -514,6 +514,19 @@ emmc_phy: emmc-phy at 80801C00 {
#phy-cells = <0>;
status = "disabled";
};
+
+ sdhci0: mmc at 86000000 {
+ compatible = "axiado,ax3000-sdhci-5.1-emmc", "arasan,sdhci-5.1";
+ reg = <0x0 0x86000000 0x00 0x1000>;
+ clock-names = "clk_xin", "clk_ahb";
+ clocks = <&clk_xin &clk_xin>;
+ interrupt-parent = <&gic500>;
+ interrupts = <0 123 4>;
+ bus-width = <8>;
+ phys = <&emmc_phy>;
+ phy-names = "phy_arasan";
+ status = "disabled";
+ };
};
timer {
--
2.48.1
More information about the linux-arm-kernel
mailing list