common: add DDR4 burst_length

This commit is contained in:
Florent Kermarrec 2018-11-05 10:46:34 +01:00
parent 2a9fb11b02
commit af344897eb
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ burst_lengths = {
"DDR": 4,
"LPDDR": 4,
"DDR2": 4,
"DDR3": 8
"DDR3": 8,
"DDR4": 8
}