1# Copyright (c) 2022 BrainCo Inc. 2# SPDX-License-Identifier: Apache-2.0 3 4description: | 5 Flash memory binding of GD32 FMC v1. 6 7 GD32 series use this type flash memory: 8 - GD32C10x 9 - GD32C11x 10 - GD32E10x 11 - GD32E11x 12 - GD32E50x 13 - GD32F3x0 14 - GD32F1x0 15 - GD32E23x 16 - GD32VF103 17 - GD32L23x 18 19include: soc-nv-flash.yaml 20 21compatible: gd,gd32-nv-flash-v1 22 23properties: 24 max-erase-time-ms: 25 type: int 26 required: true 27 description: Max erase time(millisecond) of a flash page 28 29 page-size: 30 type: int 31 required: true 32 description: Flash memory page size 33