commit | 34e3de6f9e89801eb34927bc372a084e934042f2 | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Sun Oct 20 13:00:12 2024 +0200 |
committer | Nico Huber <nico.h@gmx.de> | Sun Feb 23 12:05:52 2025 +0000 |
tree | 11a9b565564d0290c0cacd20f18e89313ceceaf9 | |
parent | f050370395afb0f4658458697984075dce551123 [diff] |
flashchips: Add Zetta Device ZD25LQ64/128 1.8V parts Datasheets for both look very much the same. Block protection and QPI implementations seem to follow Winbond. Datasheets used: http://www.zettadevice.com/upload/file/pdf/DS_Zetta_25LQ64_RevA_20180801.pdf http://www.zettadevice.com/upload/file/20150821/DS_Zetta_25LQ128_RevA_20180815.pdf Change-Id: Iea8c4076105910b4e0975b02a92f287ded745eae Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/280 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
diff --git a/include/flashchips.h b/include/flashchips.h index 2c73dd8..dc0eab8 100644 --- a/include/flashchips.h +++ b/include/flashchips.h
@@ -1026,5 +1026,7 @@ #define ZETTADEVICE_ID 0xBA /* Zetta Device */ #define ZETTADEVICE_ZD25D20 0x2012 #define ZETTADEVICE_ZD25D40 0x2013 +#define ZETTADEVICE_ZD25LQ64 0x4317 +#define ZETTADEVICE_ZD25LQ128 0x4218 #endif /* !FLASHCHIPS_H */