Add flash from iMX RT 1010 EVK
This commit is contained in:
parent
9b4a5241d8
commit
e5b149599d
6 changed files with 37 additions and 6 deletions
|
|
@ -5,3 +5,9 @@ total_size = 0x100000 # 1 MiB
|
|||
memory_type = 0x45
|
||||
capacity = 0x01
|
||||
has_sector_protection = true
|
||||
start_up_time_us = 10000
|
||||
max_clock_speed_mhz = 85
|
||||
quad_enable_bit_mask = 0x00
|
||||
write_status_register_split = false
|
||||
6b_quad_read = false
|
||||
32_qspi_write = false
|
||||
|
|
|
|||
|
|
@ -6,3 +6,9 @@ total_size = 0x800000 # 8 MiB
|
|||
memory_type = 0x48
|
||||
capacity = 0x00
|
||||
has_sector_protection = true
|
||||
start_up_time_us = 10000
|
||||
max_clock_speed_mhz = 85
|
||||
quad_enable_bit_mask = 0x00
|
||||
write_status_register_split = false
|
||||
6b_quad_read = false
|
||||
32_qspi_write = false
|
||||
|
|
|
|||
|
|
@ -5,3 +5,9 @@ total_size = 0x80000 # 512 KiB
|
|||
memory_type = 0x84
|
||||
capacity = 0x01
|
||||
has_sector_protection = false
|
||||
start_up_time_us = 10000
|
||||
max_clock_speed_mhz = 85
|
||||
quad_enable_bit_mask = 0x00
|
||||
write_status_register_split = false
|
||||
6b_quad_read = false
|
||||
32_qspi_write = false
|
||||
|
|
|
|||
13
flash/adesto-tech/AT25SF128A.toml
Normal file
13
flash/adesto-tech/AT25SF128A.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
total_size = 0x1000000 # 16 MiB
|
||||
memory_type = 0x89
|
||||
capacity = 0x01
|
||||
has_sector_protection = false
|
||||
|
||||
start_up_time_us = 300
|
||||
max_clock_speed_mhz = 70
|
||||
quad_enable_bit_mask = 0x02
|
||||
write_status_register_split = true
|
||||
6b_quad_read = true
|
||||
32_qspi_write = true
|
||||
01_continuous_status_write = false
|
||||
e7_quad_word_read = true
|
||||
|
|
@ -6,3 +6,9 @@ total_size = 0x200000 # 2 MiB
|
|||
memory_type = 0x86
|
||||
capacity = 0x01
|
||||
has_sector_protection = true
|
||||
start_up_time_us = 10000
|
||||
max_clock_speed_mhz = 85
|
||||
quad_enable_bit_mask = 0x00
|
||||
write_status_register_split = false
|
||||
6b_quad_read = false
|
||||
32_qspi_write = false
|
||||
|
|
|
|||
|
|
@ -1,8 +1,2 @@
|
|||
start_up_time_us = 10000
|
||||
manufacturer_id = 0x1f
|
||||
max_clock_speed_mhz = 85
|
||||
quad_enable_bit_mask = 0x00
|
||||
write_status_register_split = false
|
||||
quad_enable_status_byte = 2
|
||||
6b_quad_read = false
|
||||
32_qspi_write = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue