Lines Matching +full:nand +full:- +full:controller
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mtd/nuvoton,ma35d1-nand.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Nuvoton MA35D1 NAND Flash Interface (NFI) Controller
10 - Hui-Ping Chen <[email protected]>
13 - $ref: nand-controller.yaml#
18 - nuvoton,ma35d1-nand-controller
30 "^nand@[a-f0-9]$":
32 $ref: raw-nand-chip.yaml
38 nand-ecc-step-size:
41 nand-ecc-strength:
45 - reg
50 - compatible
51 - reg
52 - interrupts
53 - clocks
58 - |
59 #include <dt-bindings/interrupt-controller/arm-gic.h>
60 #include <dt-bindings/clock/nuvoton,ma35d1-clk.h>
63 #address-cells = <2>;
64 #size-cells = <2>;
66 nand-controller@401A0000 {
67 compatible = "nuvoton,ma35d1-nand-controller";
71 #address-cells = <1>;
72 #size-cells = <0>;
74 nand@0 {
76 nand-on-flash-bbt;
77 nand-ecc-step-size = <512>;
78 nand-ecc-strength = <8>;
81 compatible = "fixed-partitions";
82 #address-cells = <1>;
83 #size-cells = <1>;
86 label = "nand-uboot";
87 read-only;