1# Copyright (c) 2022 BrainCo Inc. 2# SPDX-License-Identifier: Apache-2.0 3 4description: | 5 Flash memory binding of GD32 FMC v3. 6 7 GD32 series use this type flash memory: 8 - GD32F4xx 9 10include: soc-nv-flash.yaml 11 12compatible: gd,gd32-nv-flash-v3 13 14properties: 15 max-erase-time-ms: 16 type: int 17 required: true 18 description: max erase time(millisecond) of a flash sector 19