Lines Matching +full:omap2 +full:- +full:onenand
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mtd/ti,gpmc-onenand.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: OneNAND over Texas Instruments GPMC bus.
10 - Tony Lindgren <tony@atomide.com>
11 - Roger Quadros <rogerq@kernel.org>
14 GPMC connected OneNAND (found on OMAP boards) are represented
19 pattern: "^onenand@[0-9],[0,9]$"
22 const: ti,omap2-onenand
26 - description: |
28 OneNAND register window.
30 "#address-cells": true
32 "#size-cells": true
34 int-gpios:
38 "@[0-9a-f]+$":
42 - $ref: /schemas/memory-controllers/ti,gpmc-child.yaml
45 - compatible
46 - reg
47 - "#address-cells"
48 - "#size-cells"
53 - |
54 gpmc: memory-controller@6e000000 {
55 compatible = "ti,omap3430-gpmc";
58 gpmc,num-cs = <8>;
59 gpmc,num-waitpins = <4>;
61 clock-names = "fck";
62 #address-cells = <2>;
63 #size-cells = <1>;
65 ranges = <0 0 0x01000000 0x01000000>, /* 16 MB for OneNAND */
68 onenand@0,0 {
69 compatible = "ti,omap2-onenand";
71 #address-cells = <1>;
72 #size-cells = <1>;