Lines Matching +full:nemc +full:- +full:taw
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/memory-controllers/ingenic,nemc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Ingenic SoCs NAND / External Memory Controller (NEMC)
10 - Paul Cercueil <paul@crapouillou.net>
14 pattern: "^memory-controller@[0-9a-f]+$"
18 - enum:
19 - ingenic,jz4740-nemc
20 - ingenic,jz4780-nemc
21 - items:
22 - const: ingenic,jz4725b-nemc
23 - const: ingenic,jz4740-nemc
25 "#address-cells":
28 "#size-cells":
40 ".*@[0-9]+$":
42 $ref: mc-peripheral-props.yaml#
46 - compatible
47 - "#address-cells"
48 - "#size-cells"
49 - ranges
50 - reg
51 - clocks
56 - |
57 #include <dt-bindings/clock/ingenic,jz4780-cgu.h>
58 #include <dt-bindings/gpio/gpio.h>
59 nemc: memory-controller@13410000 {
60 compatible = "ingenic,jz4780-nemc";
62 #address-cells = <2>;
63 #size-cells = <1>;
75 davicom,no-eeprom;
77 pinctrl-names = "default";
78 pinctrl-0 = <&pins_nemc_cs6>;
83 ingenic,nemc-tAS = <15>;
84 ingenic,nemc-tAH = <10>;
85 ingenic,nemc-tBP = <20>;
86 ingenic,nemc-tAW = <50>;
87 ingenic,nemc-tSTRV = <100>;
89 reset-gpios = <&gpf 12 GPIO_ACTIVE_HIGH>;
90 vcc-supply = <ð0_power>;
92 interrupt-parent = <&gpe>;