| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/mtd/arasan,nand-controller.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Arasan NAND Flash Controller with ONFI 3.1 support |
| - $ref: nand-controller.yaml |
| - Michal Simek <michal.simek@amd.com> |
| - xlnx,zynqmp-nand-controller |
| - const: arasan,nfc-v3p10 |
| - description: Controller clock |
| - description: NAND bus clock |
| unevaluatedProperties: true |
| nfc: nand-controller@ff100000 { |
| compatible = "xlnx,zynqmp-nand-controller", "arasan,nfc-v3p10"; |
| reg = <0xff100000 0x1000>; |
| clock-names = "controller", "bus"; |
| clocks = <&clk200>, <&clk100>; |
| interrupt-parent = <&gic>; |