Searched +full:davinci +full:- +full:nand +full:- +full:buswidth (Results 1 – 3 of 3) sorted by relevance
1 # 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 controller10 - Marcus Folkesson <[email protected]>13 - $ref: nand-controller.yaml18 - ti,davinci-nand19 - ti,keystone-nand23 - description: Access window.[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 /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 …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * davinci_nand.c - NAND Flash Driver for DaVinci family chips8 * 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 asynchronous57 * interface to which the NAND device has been connected.59 * So, if you have NAND connected to CS3 of DA850, you74 * on-die == NAND_ECC_ENGINE_TYPE_ON_DIE[all …]