xref: /linux/Documentation/devicetree/bindings/mtd/arasan,nand-controller.yaml (revision bbfd5594756011167b8f8de9a00e0c946afda1e6)
18201c579SMiquel Raynal# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
28201c579SMiquel Raynal%YAML 1.2
38201c579SMiquel Raynal---
48201c579SMiquel Raynal$id: http://devicetree.org/schemas/mtd/arasan,nand-controller.yaml#
58201c579SMiquel Raynal$schema: http://devicetree.org/meta-schemas/core.yaml#
68201c579SMiquel Raynal
7dd3cb467SAndrew Lunntitle: Arasan NAND Flash Controller with ONFI 3.1 support
88201c579SMiquel Raynal
98201c579SMiquel RaynalallOf:
101f79a611SRob Herring  - $ref: nand-controller.yaml
118201c579SMiquel Raynal
128201c579SMiquel Raynalmaintainers:
1337f225ecSMichal Simek  - Michal Simek <michal.simek@amd.com>
148201c579SMiquel Raynal
158201c579SMiquel Raynalproperties:
168201c579SMiquel Raynal  compatible:
17f516fb70SRob Herring    items:
188201c579SMiquel Raynal      - enum:
198201c579SMiquel Raynal          - xlnx,zynqmp-nand-controller
20f516fb70SRob Herring      - const: arasan,nfc-v3p10
218201c579SMiquel Raynal
228201c579SMiquel Raynal  reg:
238201c579SMiquel Raynal    maxItems: 1
248201c579SMiquel Raynal
258201c579SMiquel Raynal  clocks:
268201c579SMiquel Raynal    items:
278201c579SMiquel Raynal      - description: Controller clock
288201c579SMiquel Raynal      - description: NAND bus clock
298201c579SMiquel Raynal
308201c579SMiquel Raynal  clock-names:
318201c579SMiquel Raynal    items:
328201c579SMiquel Raynal      - const: controller
338201c579SMiquel Raynal      - const: bus
348201c579SMiquel Raynal
358201c579SMiquel Raynal  interrupts:
368201c579SMiquel Raynal    maxItems: 1
378201c579SMiquel Raynal
388201c579SMiquel Raynalrequired:
398201c579SMiquel Raynal  - compatible
408201c579SMiquel Raynal  - reg
418201c579SMiquel Raynal  - clocks
428201c579SMiquel Raynal  - clock-names
438201c579SMiquel Raynal  - interrupts
448201c579SMiquel Raynal
45*499a4b16SRob Herring (Arm)unevaluatedProperties: false
468201c579SMiquel Raynal
478201c579SMiquel Raynalexamples:
488201c579SMiquel Raynal  - |
498201c579SMiquel Raynal    nfc: nand-controller@ff100000 {
508201c579SMiquel Raynal        compatible = "xlnx,zynqmp-nand-controller", "arasan,nfc-v3p10";
510db958b6SRob Herring        reg = <0xff100000 0x1000>;
528201c579SMiquel Raynal        clock-names = "controller", "bus";
538201c579SMiquel Raynal        clocks = <&clk200>, <&clk100>;
548201c579SMiquel Raynal        interrupt-parent = <&gic>;
558201c579SMiquel Raynal        interrupts = <0 14 4>;
568201c579SMiquel Raynal        #address-cells = <1>;
578201c579SMiquel Raynal        #size-cells = <0>;
588201c579SMiquel Raynal    };
59