Lines Matching +full:jz4780 +full:- +full:nemc
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) devicetree bindings
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]+$":
44 - compatible
45 - "#address-cells"
46 - "#size-cells"
47 - ranges
48 - reg
49 - clocks
54 - |
55 #include <dt-bindings/clock/ingenic,jz4780-cgu.h>
56 #include <dt-bindings/gpio/gpio.h>
57 nemc: memory-controller@13410000 {
58 compatible = "ingenic,jz4780-nemc";
60 #address-cells = <2>;
61 #size-cells = <1>;
73 davicom,no-eeprom;
75 pinctrl-names = "default";
76 pinctrl-0 = <&pins_nemc_cs6>;
81 ingenic,nemc-tAS = <15>;
82 ingenic,nemc-tAH = <10>;
83 ingenic,nemc-tBP = <20>;
84 ingenic,nemc-tAW = <50>;
85 ingenic,nemc-tSTRV = <100>;
87 reset-gpios = <&gpf 12 GPIO_ACTIVE_HIGH>;
88 vcc-supply = <ð0_power>;
90 interrupt-parent = <&gpe>;