Searched +full:nand +full:- +full:is +full:- +full:boot +full:- +full:medium (Results 1 – 7 of 7) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/mtd/nand-controller.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: NAND Chip and NAND Controller Generic Binding10 - Miquel Raynal <miquel.raynal@bootlin.com>11 - Richard Weinberger <richard@nod.at>14 The NAND controller should be represented with its own DT node, and15 all NAND chips attached to this controller should be defined as16 children nodes of the NAND controller. This representation should be[all …]
1 NVIDIA Tegra NAND Flash controller4 - compatible: Must be one of:5 - "nvidia,tegra20-nand"6 - reg: MMIO address range7 - interrupts: interrupt output of the NFC controller8 - clocks: Must contain an entry for each entry in clock-names.9 See ../clocks/clock-bindings.txt for details.10 - clock-names: Must include the following entries:11 - nand12 - resets: Must contain an entry for each entry in reset-names.[all …]
1 // SPDX-License-Identifier: GPL-2.02 /dts-v1/;6 #include <dt-bindings/gpio/gpio.h>7 #include <dt-bindings/iio/adc/ingenic,adc.h>8 #include <dt-bindings/clock/ingenic,tcu.h>9 #include <dt-bindings/input/input.h>21 stdout-path = &uart0;25 compatible = "regulator-fixed";26 regulator-name = "vcc";28 regulator-min-microvolt = <3300000>;[all …]
1 // SPDX-License-Identifier: GPL-2.014 * 256 or 512 MB module. It is expected from bootloader22 nvidia,ddc-i2c-bus = <&hdmi_ddc>;23 nvidia,hpd-gpio =25 pll-supply = <®_1v8_avdd_hdmi_pll>;26 vdd-supply = <®_3v3_avdd_hdmi>;31 pinctrl-names = "default";32 pinctrl-0 = <&state_default>;35 /* Analogue Audio AC97 to WM9712 (On-module) */36 audio-refclk {[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * Freescale GPMI NAND Flash Driver5 * Copyright (C) 2010-2015 Freescale Semiconductor, Inc.18 #include <linux/dma/mxs-dma.h>19 #include "gpmi-nand.h"20 #include "gpmi-regs.h"21 #include "bch-regs.h"23 /* Resource names for the GPMI NAND driver. */24 #define GPMI_NAND_GPMI_REGS_ADDR_RES_NAME "gpmi-nand"34 * Clear the bit and poll it cleared. This is usually called with[all …]
1 /* SPDX-License-Identifier: GPL-2.0-only */3 * Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org>8 * Contains standard defines and IDs for NAND flash devices20 #include <linux/mtd/nand.h>28 /* The maximum number of NAND chips in an array */49 * Standard NAND flash commands72 #define NAND_CMD_NONE -181 #define NAND_DATA_IFACE_CHECK_ONLY -1109 /* Enable Hardware ECC before syndrome is read back from flash */113 * Enable generic NAND 'page erased' check. This check is only done when[all …]
1 // SPDX-License-Identifier: GPL-2.0-only4 * This is the generic MTD driver for NAND flash devices. It should be5 * capable of working with almost all NAND chips currently available.7 * Additional technical information is available on8 * http://www.linux-mtd.infradead.org/doc/nand.html11 * 2002-2006 Thomas Gleixner (tglx@linutronix.de)21 * Check, if mtd->ecctype should be set to MTD_ECC_HW23 * BBT table is not serialized, has to be fixed53 struct nand_ecc_ctrl *ecc = &chip->ecc; in nand_ooblayout_ecc_sp()56 return -ERANGE; in nand_ooblayout_ecc_sp()[all …]