1# Copyright (c) 2023 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4description: Cadence Nand flash controller
5
6compatible: "cdns,nand"
7
8include: [flash-controller.yaml, reset-device.yaml]
9
10properties:
11  data-rate-mode:
12    type: int
13    required: true
14    description: Data Rate mode Selection. 0 - SDR , 1 - NVDDR.
15    enum:
16      - 0
17      - 1
18
19  block-size:
20    type: int
21    required: true
22    description: Erase Block size of Cadence Nand
23