stm32f2x: Detect STM32F42x rev Y
[fw/openocd] / src / flash / nor / stm32f2x.c
index 91baec4b86620676a454991da9c02cde44410644..de11b377572119d24630b2f622361b8a832fa81f 100644 (file)
@@ -914,6 +914,10 @@ static int get_stm32x_info(struct flash_bank *bank, char *buf, int buf_size)
                case 0x1001:
                        rev_str = "Z";
                        break;
+
+               case 0x1003:
+                       rev_str = "Y";
+                       break;
                }
                break;