boards: x86: add eMMC support for Intel Alder lake platform

add DTS entry for enable eMMC support on Intel Alder lake platforms

Signed-off-by: Najumon B.A <najumon.ba@intel.com>
This commit is contained in:
Najumon B.A 2023-08-18 19:24:42 +05:30 committed by Carles Cufí
commit dfec79c948
2 changed files with 23 additions and 0 deletions

View file

@ -19,5 +19,6 @@
aliases {
watchdog0 = &tco_wdt;
sdhc0 = &emmc;
};
};

View file

@ -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;
mmc {
compatible = "zephyr,mmc-disk";
bus-width = <8>;
status = "okay";
};
status = "okay";
};
};
soc {