Home
last modified time | relevance | path

Searched +full:davinci +full:- +full:nand +full:- +full:buswidth (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/mtd/
Dti,davinci-nand.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mtd/ti,davinci-nand.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TI DaVinci NAND controller
10 - Marcus Folkesson <[email protected]>
13 - $ref: nand-controller.yaml
18 - ti,davinci-nand
19 - ti,keystone-nand
23 - description: Access window.
[all …]
/linux-6.14.4/arch/arm/boot/dts/ti/davinci/
Dda850-lcdk.dts1 // SPDX-License-Identifier: GPL-2.0-only
5 /dts-v1/;
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/input/input.h>
11 model = "DA850/AM1808/OMAP-L138 LCDK";
12 compatible = "ti,da850-lcdk", "ti,da850";
20 stdout-path = "serial2:115200n8";
28 reserved-memory {
29 #address-cells = <1>;
30 #size-cells = <1>;
[all …]
/linux-6.14.4/drivers/mtd/nand/raw/
Ddavinci_nand.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * davinci_nand.c - NAND Flash Driver for DaVinci family chips
8 * Sander Huijsen <Shuijsen@optelecom-nkf.com>
17 #include <linux/memory/ti-aemif.h>
30 /* 4-bit ECC syndrome registers */
42 * for ALE/CLE unless they support booting from NAND.
56 * 0-indexed chip-select number of the asynchronous
57 * interface to which the NAND device has been connected.
59 * So, if you have NAND connected to CS3 of DA850, you
74 * on-die == NAND_ECC_ENGINE_TYPE_ON_DIE
[all …]