File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
boards/arm/lpcxpresso55s69 Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,10 @@ choice TFM_PROFILE_TYPE
47
47
default TFM_PROFILE_TYPE_MEDIUM
48
48
endchoice
49
49
50
+ # Enable SD subsystem driver if disk driver is required
51
+ config DISK_DRIVER_SDMMC
52
+ default y if DISK_DRIVERS
53
+
50
54
endif # BOARD_LPCXPRESSO55S69_CPU0 || BOARD_LPCXPRESSO55S69_CPU1
51
55
52
56
if DMA_MCUX_LPC
Original file line number Diff line number Diff line change 93
93
status = "okay";
94
94
dmas = <&dma0 2>, <&dma0 3>;
95
95
dma-names = "rx", "tx";
96
+ cs-gpios = <&gpio1 1 GPIO_ACTIVE_LOW>;
97
+ sdhc0: sdhc0@0 {
98
+ reg = <0>;
99
+ compatible = "zephyr,sdhc-spi-slot";
100
+ spi-max-frequency = <25000000>;
101
+ label = "SDHC_0";
102
+ mmc {
103
+ compatible = "zephyr,sdmmc-disk";
104
+ status = "okay";
105
+ label = "SDMMC_0";
106
+ };
107
+ };
96
108
};
97
109
98
110
&wwdt0 {
You can’t perform that action at this time.
0 commit comments