Skip to content

Commit f797d0d

Browse files
committed
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é <[email protected]>
1 parent cd43e03 commit f797d0d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

boards/madmachine/mm_feather/mm_feather.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,12 @@
171171
pinctrl-2 = <&pinmux_usdhc1_med>;
172172
pinctrl-3 = <&pinmux_usdhc1_fast>;
173173
pinctrl-names = "default", "slow", "med", "fast";
174+
175+
mmc {
176+
compatible = "zephyr,sdmmc-disk";
177+
disk-name = "SD";
178+
status = "okay";
179+
};
174180
};
175181

176182
&edma0 {

0 commit comments

Comments
 (0)