1# Copyright (c) 2022 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4description: Renesas SmartBond(tm) family flash controller
5
6compatible: "renesas,smartbond-flash-controller"
7
8include: flash-controller.yaml
9
10properties:
11  read-cs-idle-delay:
12    type: int
13    description: |
14      Between the transmissions of two different
15      instructions to the flash memory, the SPI bus stays
16      in idle state (QSPI_CS high) for at least this number
17      of ns. See the QSPIC_ERS_CS_HI register for some exceptions.
18
19  erase-cs-idle-delay:
20    type: int
21    description: |
22      After the execution of instructions: write enable,
23      erase, erase suspend and erase resume, the  QSPI_CS
24      remains high for at least this number of ns.
25