Added Zetta ZD25WQ16CSIGT
This commit is contained in:
parent
061bf3945d
commit
206795c9c7
|
|
@ -434,6 +434,20 @@ static std::map <uint32_t, flash_t> flash_list = {
|
||||||
.bp_len = 3,
|
.bp_len = 3,
|
||||||
.bp_offset = {(1 << 2), (1 << 3), (1 << 4), 0}}
|
.bp_offset = {(1 << 2), (1 << 3), (1 << 4), 0}}
|
||||||
},
|
},
|
||||||
|
{0xba6015, {
|
||||||
|
.manufacturer = "Zetta",
|
||||||
|
.model = "ZD25WQ16CSIGT",
|
||||||
|
.nr_sector = 32,
|
||||||
|
.sector_erase = true,
|
||||||
|
.subsector_erase = true,
|
||||||
|
.has_extended = false,
|
||||||
|
.tb_otp = false,
|
||||||
|
.tb_offset = (1 << 5),
|
||||||
|
.tb_register = STATR,
|
||||||
|
.bp_len = 3,
|
||||||
|
.bp_offset = {(1 << 2), (1 << 3), (1 << 4), 0}}
|
||||||
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // SRC_SPIFLASHDB_HPP_
|
#endif // SRC_SPIFLASHDB_HPP_
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue