mb/google/reef/variants/: add Naya NT6AN256T32AV-J2
BUG=b:172843935 BRANCH=coral TEST=emerge-coral coreboot chromeos-bootimage Signed-off-by: James Chao <james_chao@asus.corp-partner.google.com> Change-Id: I70195acc33218d3ad4c77acfdbc8f6ed93ab144e Reviewed-on: https://review.coreboot.org/c/coreboot/+/47382 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
560c11ec65
commit
add3a06268
|
@ -138,6 +138,13 @@ static const struct lpddr4_sku skus[] = {
|
|||
.ch1_rank_density = LP4_8Gb_DENSITY,
|
||||
.part_num = "K4F8E3S4HD-MGCL",
|
||||
},
|
||||
/* NT6AN256T32AV-J2 - both logical channels */
|
||||
[9] = {
|
||||
.speed = LP4_SPEED_2400,
|
||||
.ch0_rank_density = LP4_8Gb_DENSITY,
|
||||
.ch1_rank_density = LP4_8Gb_DENSITY,
|
||||
.part_num = "NT6AN256T32AV-J2",
|
||||
},
|
||||
};
|
||||
|
||||
static const struct lpddr4_cfg lp4cfg = {
|
||||
|
|
Loading…
Reference in New Issue