boards: stm32f769i_disco: Add SDMMC Support
Add board specific configuration for SDMMC support Signed-off-by: Mohamed ElShahawi <ExtremeGTX@hotmail.com>
This commit is contained in:
parent
02376b0d8c
commit
ba12244a47
1 changed files with 8 additions and 0 deletions
|
@ -96,3 +96,11 @@ arduino_serial: &usart6 {};
|
|||
ð_txd0_pg13
|
||||
ð_txd1_pg14>;
|
||||
};
|
||||
|
||||
&sdmmc2 {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&sdmmc2_d0_pg9 &sdmmc2_d1_pg10
|
||||
&sdmmc2_d2_pb3 &sdmmc2_d3_pb4
|
||||
&sdmmc2_ck_pd6 &sdmmc2_cmd_pd7>;
|
||||
cd-gpios = <&gpioi 15 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue