From 0b59b0dafc219ba73ee2af5404ce626575d74c6f Mon Sep 17 00:00:00 2001 From: Steffen Mauch Date: Sat, 2 Jun 2018 23:46:03 +0200 Subject: Add support for AT25DF021A This is the low-voltage version of the AT25DF021. Tested with FT2232H Mini Module Change-Id: If4990e6856c8b77567ef4218459cf754b9c6bc57 Signed-off-by: Steffen Mauch Reviewed-on: https://review.coreboot.org/26856 Reviewed-by: David Hendricks Tested-by: build bot (Jenkins) --- flashchips.h | 1 + 1 file changed, 1 insertion(+) (limited to 'flashchips.h') diff --git a/flashchips.h b/flashchips.h index dfbda5d1..5dedb38e 100644 --- a/flashchips.h +++ b/flashchips.h @@ -128,6 +128,7 @@ #define ATMEL_ID 0x1F /* Atmel (now used by Adesto) */ #define ATMEL_AT25DF021 0x4300 +#define ATMEL_AT25DF021A 0x4301 #define ATMEL_AT25DF041A 0x4401 #define ATMEL_AT25DF081 0x4502 /* EDI 0x00. AT25DL081 has same ID + EDI 0x0100 */ #define ATMEL_AT25DF081A 0x4501 /* Yes, 81A has a lower number than 81 */ -- cgit v1.2.3