1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/mtd/arasan,nand-controller.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Arasan NAND Flash Controller with ONFI 3.1 support device tree bindings
10 - $ref: "nand-controller.yaml"
13 - Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com>
19 - xlnx,zynqmp-nand-controller
20 - const: arasan,nfc-v3p10
27 - description: Controller clock
28 - description: NAND bus clock
38 "#address-cells": true
48 additionalProperties: true
52 nfc: nand-controller@ff100000 {
53 compatible = "xlnx,zynqmp-nand-controller", "arasan,nfc-v3p10";
54 reg = <0xff100000 0x1000>;
55 clock-names = "controller", "bus";
56 clocks = <&clk200>, <&clk100>;
57 interrupt-parent = <&gic>;
58 interrupts = <0 14 4>;