Lines Matching +full:a +full:- +full:f0 +full:- +full:9 +full:-
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Masahiro Yamada <yamada.masahiro@socionext.com>
15 - altr,socfpga-denali-nand
16 - socionext,uniphier-denali-nand-v5a
17 - socionext,uniphier-denali-nand-v5b
19 reg-names:
25 - const: nand_data
26 - const: denali_reg
35 clock-names:
42 - const: nand
43 - const: nand_x
44 - const: ecc
50 reset-names:
56 - items:
57 - const: nand
58 - const: reg
59 - const: nand
60 - const: reg
67 "^nand@[a-f0-9]$":
69 $ref: raw-nand-chip.yaml
73 - $ref: nand-controller.yaml
75 - if:
79 const: altr,socfpga-denali-nand
82 "^nand@[a-f0-9]$":
84 nand-ecc-strength:
86 - 8
87 - 15
88 nand-ecc-step-size:
90 - 512
92 - if:
96 const: socionext,uniphier-denali-nand-v5a
99 "^nand@[a-f0-9]$":
101 nand-ecc-strength:
103 - 8
104 - 16
105 - 24
106 nand-ecc-step-size:
108 - 1024
110 - if:
114 const: socionext,uniphier-denali-nand-v5b
117 "^nand@[a-f0-9]$":
119 nand-ecc-strength:
121 - 8
122 - 16
123 nand-ecc-step-size:
125 - 1024
128 - compatible
129 - reg
130 - interrupts
131 - clock-names
132 - clocks
137 - |
138 nand-controller@ff900000 {
139 compatible = "altr,socfpga-denali-nand";
140 reg-names = "nand_data", "denali_reg";
143 clock-names = "nand", "nand_x", "ecc";
145 reset-names = "nand", "reg";
147 #address-cells = <1>;
148 #size-cells = <0>;