wire [31:0] device_version;
// PHY configuration register 1
- // Defaults to standard SPI mode, 3BA, non-extended read/write (qspi_[read|write]_quad_io_en = 0), cs_extra_idle_cycles = 0, dummy cycle cont = 10, clock divisor 16
- reg [31:0] phy_cfg1 = 32'h00000a10;
+ // Defaults to Quad SPI mode, 3BA,
+ // non-extended read/write (qspi_[read|write]_quad_io_en = 0),
+ // cs_extra_idle_cycles = 0, dummy cycle cont = 10, clock divisor 16
+ reg [31:0] phy_cfg1 = 32'h00020a10;
// Defaults to compatibility with Micron N25Q/512MB and similar 3BA/4BA capable devices, with multicycle and write disabled
// Note that the N25Q does not support normal reads in QSPI mode, so we leave the QSPI normal read commands equal