diff --git a/components/storage/blockdevice/COMPONENT_SPIF/mbed_lib.json b/components/storage/blockdevice/COMPONENT_SPIF/mbed_lib.json index 4d6651ef14..a64dbdaca9 100644 --- a/components/storage/blockdevice/COMPONENT_SPIF/mbed_lib.json +++ b/components/storage/blockdevice/COMPONENT_SPIF/mbed_lib.json @@ -54,7 +54,8 @@ "SPI_MOSI": "PA_7", "SPI_MISO": "PA_6", "SPI_CLK": "PA_5", - "SPI_CS": "PB_12" + "SPI_CS": "PB_12", + "SPI_FREQ": "20000000" } } }