Lines Matching +full:meson +full:- +full:gxl +full:- +full:nfc
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mtd/amlogic,meson-nand.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Amlogic NAND Flash Controller (NFC) for GXBB/GXL/AXG family SoCs
10 - $ref: nand-controller.yaml
13 - liang.yang@amlogic.com
18 - amlogic,meson-gxl-nfc
19 - amlogic,meson-axg-nfc
24 reg-names:
26 - const: nfc
27 - const: emmc
35 clock-names:
37 - const: core
38 - const: device
41 "^nand@[0-7]$":
48 nand-ecc-mode:
51 nand-ecc-step-size:
54 nand-ecc-strength:
58 meson-gxl-nfc 8, 16, 24, 30, 40, 50, 60
59 meson-axg-nfc 8
62 - compatible
63 - reg
64 - interrupts
65 - clocks
66 - clock-names
71 - |
72 #include <dt-bindings/clock/axg-clkc.h>
73 #include <dt-bindings/interrupt-controller/arm-gic.h>
74 nand-controller@ffe07800 {
75 compatible = "amlogic,meson-axg-nfc";
77 reg-names = "nfc", "emmc";
80 clock-names = "core", "device";
82 pinctrl-0 = <&nand_pins>;
83 pinctrl-names = "default";
85 #address-cells = <1>;
86 #size-cells = <0>;