Skip to content

Commit

Permalink
boards: x86: add eMMC support for Intel Alder lake platform
Browse files Browse the repository at this point in the history
add DTS entry for enable eMMC support on Intel Alder lake platform

Signed-off-by: Najumon B.A <najumon.ba@intel.com>
  • Loading branch information
najumon1980 committed Sep 19, 2023
1 parent 22cc764 commit afc7edc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/x86/intel_adl/intel_adl.dts
Expand Up @@ -22,5 +22,6 @@

aliases {
watchdog0 = &tco_wdt;
sdhc0 = &emmc;
};
};
22 changes: 22 additions & 0 deletions dts/x86/intel/alder_lake.dtsi
Expand Up @@ -228,6 +228,28 @@
interrupt-parent = <&intc>;
status = "disabled";
};

emmc: emmc0 {
compatible = "intel,emmc-host";
vendor-id = <0x8086>;
device-id = <0x54C4>;
interrupts = <PCIE_IRQ_DETECT IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;

max-bus-freq = <200000000>;
min-bus-freq = <400000>;
power-delay-ms = <500>;
mmc-hs400-1_8v;
mmc-hs200-1_8v;
bus-width = <8>;

mmc {
compatible = "zephyr,mmc-disk";
status = "okay";
};

status = "okay";
};
};

soc {
Expand Down

0 comments on commit afc7edc

Please sign in to comment.