boards: Enable USDHC driver for all RT10xx based boards
Enable new USDHC driver for all RT10xx boards, since those will have the SDHC driver selected by Kconfig Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
a79f485487
commit
aef290bb4d
12 changed files with 62 additions and 13 deletions
|
@ -178,13 +178,19 @@ zephyr_udc0: &usb1 {
|
|||
|
||||
&usdhc1 {
|
||||
status = "okay";
|
||||
cd-gpios = <&gpio1 23 GPIO_ACTIVE_LOW>;
|
||||
no-1-8-v;
|
||||
pinctrl-0 = <&pinmux_usdhc1>;
|
||||
pinctrl-1 = <&pinmux_usdhc1_slow>;
|
||||
pinctrl-2 = <&pinmux_usdhc1_med>;
|
||||
pinctrl-3 = <&pinmux_usdhc1_fast>;
|
||||
pinctrl-names = "default", "slow", "med", "fast";
|
||||
cd-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;
|
||||
pwr-gpios = <&gpio3 24 GPIO_ACTIVE_HIGH>;
|
||||
mmc {
|
||||
compatible = "zephyr,sdmmc-disk";
|
||||
status = "okay";
|
||||
label = "SDMMC_0";
|
||||
};
|
||||
};
|
||||
|
||||
&adc1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue