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 */