boards: mm_feather: add missing mmc node
Add missing mmc node to the mm_feather board, and properly set disk-name for it. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
cd43e03bbe
commit
f797d0dc26
1 changed files with 6 additions and 0 deletions
|
@ -171,6 +171,12 @@
|
|||
pinctrl-2 = <&pinmux_usdhc1_med>;
|
||||
pinctrl-3 = <&pinmux_usdhc1_fast>;
|
||||
pinctrl-names = "default", "slow", "med", "fast";
|
||||
|
||||
mmc {
|
||||
compatible = "zephyr,sdmmc-disk";
|
||||
disk-name = "SD";
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&edma0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue