arm64: dts: ti: k3-j722s-evm: Enable eMMC support

The J722S EVM has an on-board eMMC. Enable the SDHC interface for it.
There is no pinmuxing required because the interface has dedicated pins.

Signed-off-by: Michael Walle <mwalle@kernel.org>
Link: https://lore.kernel.org/r/20240403102302.3934932-1-mwalle@kernel.org
Signed-off-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
Michael Walle 2024-04-03 12:23:02 +02:00 committed by Nishanth Menon
parent ff369c9eb6
commit 3cf109df43

View File

@ -366,6 +366,13 @@ partition@3fc0000 {
};
&sdhci0 {
disable-wp;
bootph-all;
ti,driver-strength-ohm = <50>;
status = "okay";
};
&sdhci1 {
/* SD/MMC */
vmmc-supply = <&vdd_mmc1>;