Skip to content

Commit 61808d9

Browse files
openedevmmind
authored andcommitted
arm64: dts: rockchip: Add microSD card for edgeble-neu6b
Add sdmmc support for Edgeble Neu6B NCM IO board. Signed-off-by: Jagan Teki <jagan@edgeble.ai> Link: https://lore.kernel.org/r/20230713143941.1756849-2-jagan@edgeble.ai Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 0d3f385 commit 61808d9

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3588-edgeble-neu6b-io.dts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@
2121
};
2222
};
2323

24+
&sdmmc {
25+
bus-width = <4>;
26+
cap-mmc-highspeed;
27+
cap-sd-highspeed;
28+
disable-wp;
29+
no-sdio;
30+
no-mmc;
31+
sd-uhs-sdr104;
32+
vmmc-supply = <&vcc_3v3_s3>;
33+
vqmmc-supply = <&vccio_sd_s0>;
34+
status = "okay";
35+
};
36+
2437
&uart2 {
2538
pinctrl-0 = <&uart2m0_xfer>;
2639
status = "okay";

0 commit comments

Comments
 (0)