arm64: tegra: Enable SDIO on Jetson Nano M.2 Key E

Enable SDMMC3 and set it up for SDIO devices.

Signed-off-by: Tamás Szűcs <tszucs@protonmail.ch>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Tamás Szűcs 2019-12-02 22:52:00 +01:00 committed by Thierry Reding
parent 6f78a9460f
commit 1f32a31fe2

View File

@ -536,6 +536,19 @@ sdhci@700b0000 {
vmmc-supply = <&vdd_3v3_sd>;
};
sdhci@700b0400 {
status = "okay";
bus-width = <4>;
vqmmc-supply = <&vdd_1v8>;
vmmc-supply = <&vdd_3v3_sys>;
non-removable;
cap-sdio-irq;
keep-power-in-suspend;
wakeup-source;
};
clocks {
compatible = "simple-bus";
#address-cells = <1>;