dtsi support for nand controller added to bring up nand driver on Agilex5 Signed-off-by: Navinkumar Balabakthan <navinkumar.balabakthan@intel.com>
22 lines
455 B
YAML
22 lines
455 B
YAML
# Copyright (c) 2023 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Cadence Nand flash controller
|
|
|
|
compatible: "cdns,nand"
|
|
|
|
include: [flash-controller.yaml, reset-device.yaml]
|
|
|
|
properties:
|
|
data-rate-mode:
|
|
type: int
|
|
required: true
|
|
description: Data Rate mode Selection. 0 - SDR , 1 - NVDDR.
|
|
enum:
|
|
- 0
|
|
- 1
|
|
|
|
block-size:
|
|
type: int
|
|
required: true
|
|
description: Erase Block size of Cadence Nand
|