RTEMS
6.1-rc6
Loading...
Searching...
No Matches
bsps
arm
xilinx-zynq
include
dev
spi
jedec_flash.h
1
#if !defined(_ZQSPIFLASH_JEDEC_H_)
2
#define _ZQSPIFLASH_JEDEC_H_
3
4
#include <stdint.h>
5
6
typedef
struct
{
7
uint32_t jedec_id;
8
uint32_t sec_size;
9
uint32_t page_size;
10
uint32_t flash_size;
11
uint32_t num_die;
12
char
label[16];
13
}
flash_definition
;
14
15
typedef
flash_definition
*
flash_def
;
16
17
flash_definition
flash_dev_table[] = {
18
{0x012018, 0x10000, 0x100, 0x1000000, 1,
"S25FL128P_64K"
},
19
{0x010218, 0x400000, 0x200, 0x4000000, 1,
"S25FL512P_256K"
},
20
{0x0, 0x0, 0x0, 0x0, 0,
"end of table"
}
21
};
22
23
#endif
flash_definition
Definition:
jedec_flash.h:6
Generated by
1.9.6