Searched +full:brcmnand +full:- +full:v7 (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/mtd/brcm,brcmnand.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Brian Norris <computersforpeace@gmail.com>11 - Kamal Dasu <kdasu.kdev@gmail.com>14 The Broadcom Set-Top Box NAND controller supports low-level access to raw NAND15 flash chips. It has a memory-mapped register interface for both control25 -- Additional SoC-specific NAND controller properties --33 interesting ways, sometimes with registers that lump multiple NAND-related[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright © 2010-2015 Broadcom Corporation12 #include <linux/platform_data/brcmnand.h>17 #include <linux/dma-mapping.h>33 #include "brcmnand.h"49 #define DRV_NAME "brcmnand"237 /* List of NAND hosts (one for each chip-select) */240 /* EDU info, per-transaction */261 /* in-memory cache of the FLASH_CACHE, used only for some commands */267 const u8 *cs_offsets; /* within each chip-select */[all …]
1 // SPDX-License-Identifier: GPL-2.06 #include <dt-bindings/interrupt-controller/arm-gic.h>7 #include <dt-bindings/interrupt-controller/irq.h>10 #address-cells = <1>;11 #size-cells = <1>;14 interrupt-parent = <&gic>;22 #address-cells = <1>;23 #size-cells = <0>;27 compatible = "arm,cortex-a9";28 next-level-cache = <&L2>;[all …]
1 // SPDX-License-Identifier: GPL-2.02 #include <dt-bindings/interrupt-controller/arm-gic.h>5 #address-cells = <2>;6 #size-cells = <2>;9 interrupt-parent = <&gic>;16 #address-cells = <1>;17 #size-cells = <0>;20 compatible = "brcm,brahma-b15";22 enable-method = "brcm,brahma-b15";27 compatible = "brcm,brahma-b15";[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT3 #include <dt-bindings/interrupt-controller/irq.h>4 #include <dt-bindings/interrupt-controller/arm-gic.h>5 #include <dt-bindings/phy/phy.h>6 #include <dt-bindings/soc/bcm-pmb.h>8 /dts-v1/;11 interrupt-parent = <&gic>;13 #address-cells = <2>;14 #size-cells = <2>;21 stdout-path = "serial0:115200n8";[all …]