Specify QSPI frequency for more Cypress targets

Provide values for CY8CKIT_062S2_43012 and CYW943012P6EVB_01
pull/11369/head
Kyle Kearney 2019-08-28 17:44:02 -07:00
parent 95fc8cfa2c
commit 1facc76d22
1 changed files with 8 additions and 0 deletions

View File

@ -39,6 +39,10 @@
"QSPI_MIN_READ_SIZE": "4",
"QSPI_MIN_PROG_SIZE": "4"
},
"CY8CKIT_062S2_43012": {
"QSPI_FREQ": "50000000",
"QSPI_MIN_PROG_SIZE": "512"
},
"CY8CPROTO_062_4343W": {
"QSPI_FREQ": "50000000",
"QSPI_MIN_PROG_SIZE": "512"
@ -50,6 +54,10 @@
"CY8CKIT_062_BLE": {
"QSPI_FREQ": "50000000",
"QSPI_MIN_PROG_SIZE": "512"
},
"CYW943012P6EVB_01": {
"QSPI_FREQ": "50000000",
"QSPI_MIN_PROG_SIZE": "512"
}
}
}