Skip to content

Commit b261d2b

Browse files
danieldegrassenashif
authored andcommitted
mxrt685: Disabled support for 1.8V USDHC negotiation on RT685 EVK
The IMXRT685 evaluation board uses a PMIC to reduce the signalling voltage for a connected SD card to 1.8V, which Zephyr does not currently support. This results in Zephyr failing to interface with any SD card that supports 1.8V signalling when run on the RT685 eval board. This commit disables support for 1.8V signalling for the RT685. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent f83bb02 commit b261d2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards/arm/mimxrt685_evk/mimxrt685_evk_cm33.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@ i2s1: &flexcomm3 {
300300

301301
&usdhc1 {
302302
status = "okay";
303+
/* Quick fix for 1.8V SD cards on RT600- disable 1.8V negotiation */
304+
no-1-8-v;
303305
pwr-gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>;
304306
};
305307

0 commit comments

Comments
 (0)