boards: mimxrt10xx: Disabled 1.8V support on mimxrt10xx platforms

The mimxrt10xx evaluation boards that support the NXP USDHC IP
communicate unreliably with SD cards at 1.8V using the USDHC driver.
This commit temporarily disables 1.8V communication for all rt10xx
boards that currently support the USDHC driver.

Fixes #32289

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2021-10-05 15:44:05 -05:00 committed by David Leach
parent 650f8fc743
commit 5a66101240
3 changed files with 3 additions and 0 deletions

View file

@ -158,6 +158,7 @@ zephyr_udc0: &usb1 {
&usdhc1 { &usdhc1 {
status = "okay"; status = "okay";
no-1-8-v;
pwr-gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>; pwr-gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>; cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
}; };

View file

@ -180,6 +180,7 @@ zephyr_udc0: &usb1 {
status = "okay"; status = "okay";
pwr-gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>; pwr-gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>; cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
no-1-8-v;
status = "okay"; status = "okay";
}; };

View file

@ -230,6 +230,7 @@ zephyr_udc0: &usb1 {
&usdhc1 { &usdhc1 {
status = "okay"; status = "okay";
no-1-8-v;
pwr-gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>; pwr-gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>; cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
}; };