Searched +full:spi +full:- +full:nor (Results 1 – 25 of 120) sorted by relevance
12345
/linux-3.3/arch/powerpc/boot/dts/ |
D | p1022ds.dts | 11 /include/ "fsl/p1022si-pre.dtsi" 35 board-control@0,0 { 36 compatible = "fsl,p1022ds-indirect-pixis"; 41 nor@0,0 { 42 #address-cells = <1>; 43 #size-cells = <1>; 44 compatible = "cfi-flash"; 46 bank-width = <2>; 47 device-width = <1>; 51 label = "ramdisk-nor"; [all …]
|
D | p1010rdb.dtsi | 2 * P1010 RDB Device Tree Source stub (no addresses or top-level ranges) 13 * * Neither the name of Freescale Semiconductor nor the 36 nor@0,0 { 37 #address-cells = <1>; 38 #size-cells = <1>; 39 compatible = "cfi-flash"; 41 bank-width = <2>; 42 device-width = <1>; 47 label = "NOR DTB Image"; 53 label = "NOR Linux Kernel Image"; [all …]
|
D | p2020rdb.dts | 4 * Copyright 2009-2012 Freescale Semiconductor Inc. 12 /include/ "fsl/p2020si-pre.dtsi" 35 /* NOR and NAND Flashes */ 40 nor@0,0 { 41 #address-cells = <1>; 42 #size-cells = <1>; 43 compatible = "cfi-flash"; 45 bank-width = <2>; 46 device-width = <1>; 52 label = "NOR (RO) Vitesse-7385 Firmware"; [all …]
|
D | p1020rdb.dtsi | 2 * P1020 RDB Device Tree Source stub (no addresses or top-level ranges) 4 * Copyright 2011-2012 Freescale Semiconductor Inc. 13 * * Neither the name of Freescale Semiconductor nor the 36 nor@0,0 { 37 #address-cells = <1>; 38 #size-cells = <1>; 39 compatible = "cfi-flash"; 41 bank-width = <2>; 42 device-width = <1>; 48 label = "NOR (RO) Vitesse-7385 Firmware"; [all …]
|
D | p1023rds.dts | 4 * Copyright 2010-2011 Freescale Semiconductor Inc. 6 * Author: Roy Zang <tie-fei.zang@freescale.com> 15 * * Neither the name of Freescale Semiconductor nor the 37 /include/ "fsl/p1023si-pre.dtsi" 42 #address-cells = <2>; 43 #size-cells = <2>; 44 interrupt-parent = <&mpic>; 60 spi@7000 { 62 #address-cells = <1>; 63 #size-cells = <1>; [all …]
|
D | mpc8536ds.dtsi | 2 * MPC8536DS Device Tree Source stub (no addresses or top-level ranges) 13 * * Neither the name of Freescale Semiconductor nor the 44 spi@7000 { 46 #address-cells = <1>; 47 #size-cells = <1>; 50 spi-max-frequency = <40000000>; 51 partition@u-boot { 52 label = "u-boot"; 54 read-only; 59 read-only; [all …]
|
/linux-3.3/arch/blackfin/mach-bf537/boards/ |
D | dnp5370.c | 9 * Copyright 2004-2006 Analog Devices Inc. 11 * Licensed under the GPL-2 or later. 22 #include <linux/mtd/plat-ram.h> 24 #include <linux/spi/spi.h> 25 #include <linux/spi/flash.h> 29 #include <linux/spi/mmc_spi.h> 46 .name = "rtc-bfin", 47 .id = -1, 87 .name = "bootloader(nor)", 91 .name = "linux kernel and rootfs(nor)", [all …]
|
D | tcm_bf537.c | 2 * Copyright 2004-2009 Analog Devices Inc. 3 * 2008-2009 Bluetechnix 7 * Licensed under the GPL-2 or later. 17 #include <linux/spi/spi.h> 18 #include <linux/spi/flash.h> 28 #include <linux/spi/mmc_spi.h> 36 /* all SPI peripherals info goes here */ 41 .name = "bootloader(spi)", 46 .name = "linux kernel(spi)", 50 .name = "file system(spi)", [all …]
|
D | cm_bf537u.c | 2 * Copyright 2004-2009 Analog Devices Inc. 3 * 2008-2009 Bluetechnix 7 * Licensed under the GPL-2 or later. 17 #include <linux/spi/spi.h> 18 #include <linux/spi/flash.h> 28 #include <linux/spi/mmc_spi.h> 36 /* all SPI peripherals info goes here */ 41 .name = "bootloader(spi)", 46 .name = "linux kernel(spi)", 50 .name = "file system(spi)", [all …]
|
D | cm_bf537e.c | 2 * Copyright 2004-2009 Analog Devices Inc. 3 * 2008-2009 Bluetechnix 7 * Licensed under the GPL-2 or later. 17 #include <linux/spi/spi.h> 18 #include <linux/spi/flash.h> 35 /* all SPI peripherals info goes here */ 40 .name = "bootloader(spi)", 45 .name = "linux kernel(spi)", 49 .name = "file system(spi)", 62 /* SPI flash chip (m25p64) */ [all …]
|
/linux-3.3/arch/blackfin/mach-bf561/boards/ |
D | cm_bf561.c | 2 * Copyright 2004-2009 Analog Devices Inc. 3 * 2008-2009 Bluetechnix 7 * Licensed under the GPL-2 or later. 14 #include <linux/spi/spi.h> 15 #include <linux/spi/flash.h> 33 /* all SPI peripherals info goes here */ 38 .name = "bootloader(spi)", 43 .name = "linux kernel(spi)", 47 .name = "file system(spi)", 60 /* SPI flash chip (m25p64) */ [all …]
|
D | ezkit.c | 2 * Copyright 2004-2009 Analog Devices Inc. 6 * Licensed under the GPL-2 or later. 14 #include <linux/spi/spi.h> 26 const char bfin_board_name[] = "ADI BF561-EZKIT"; 94 .name = "isp1362-hcd", 122 .id = -1, 129 * USB-LAN EzExtender board 143 .name = "smc91x-regs", 206 .name = "bfin-uart", 249 .name = "bootloader(nor)", [all …]
|
/linux-3.3/arch/blackfin/mach-bf533/boards/ |
D | ezkit.c | 2 * Copyright 2004-2009 Analog Devices Inc. 6 * Licensed under the GPL-2 or later. 13 #include <linux/mtd/plat-ram.h> 15 #include <linux/spi/spi.h> 16 #include <linux/spi/flash.h> 30 const char bfin_board_name[] = "ADI BF533-EZKIT"; 34 .name = "rtc-bfin", 35 .id = -1, 40 * USB-LAN EzExtender board 54 .name = "smc91x-regs", [all …]
|
D | cm_bf533.c | 2 * Copyright 2004-2009 Analog Devices Inc. 3 * 2008-2009 Bluetechnix 7 * Licensed under the GPL-2 or later. 15 #include <linux/spi/spi.h> 16 #include <linux/spi/flash.h> 17 #include <linux/spi/mmc_spi.h> 33 /* all SPI peripherals info goes here */ 37 .name = "bootloader(spi)", 42 .name = "linux kernel(spi)", 46 .name = "file system(spi)", [all …]
|
D | stamp.c | 2 * Copyright 2004-2009 Analog Devices Inc. 6 * Licensed under the GPL-2 or later. 14 #include <linux/spi/spi.h> 15 #include <linux/spi/flash.h> 16 #include <linux/spi/mmc_spi.h> 31 const char bfin_board_name[] = "ADI BF533-STAMP"; 35 .name = "rtc-bfin", 36 .id = -1, 54 .name = "smc91x-regs", 94 .id = -1, [all …]
|
/linux-3.3/arch/arm/mach-at91/ |
D | board-cap9adk.c | 2 * linux/arch/arm/mach-at91/board-cap9adk.c 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 30 #include <linux/spi/spi.h> 31 #include <linux/spi/ads7846.h> 39 #include <asm/mach-types.h> 73 .vbus_pin = {-EINVAL, -EINVAL}, 74 .overcurrent_pin= {-EINVAL, -EINVAL}, 120 * SPI devices. 149 .det_pin = -EINVAL, 150 .wp_pin = -EINVAL, [all …]
|
D | board-rsi-ews.c | 2 * board-rsi-ews.c 6 * 2008-2011 R-S-I Elektrotechnik GmbH & Co. KG 16 #include <linux/spi/spi.h> 20 #include <asm/mach-types.h> 47 /* Dialin/-out modem interface */ in rsi_ews_init_early() 73 .vbus_pin = {-EINVAL, -EINVAL}, 74 .overcurrent_pin= {-EINVAL, -EINVAL}, 142 * NOR flash 154 .size = SZ_2M - (3 * SZ_128K) 187 .end = NOR_BASE + NOR_SIZE - 1, [all …]
|
/linux-3.3/arch/arm/mach-imx/ |
D | mach-mx31lite.c | 4 * Copyright 2005-2007 Freescale Semiconductor, Inc. All Rights Reserved. 27 #include <linux/spi/spi.h> 33 #include <asm/mach-types.h> 42 #include <mach/board-mx31lite.h> 43 #include <mach/iomux-mx3.h> 47 #include "devices-imx31.h" 50 * This file contains the module-specific initialization routines. 56 /* SPI 1 */ 92 .id = -1, 101 * SPI [all …]
|
/linux-3.3/arch/arm/mach-w90x900/ |
D | dev.c | 2 * linux/arch/arm/mach-w90x900/dev.c 27 #include <linux/spi/spi.h> 28 #include <linux/spi/flash.h> 33 #include <asm/mach-types.h> 35 #include <mach/regs-serial.h> 39 #include <mach/regs-ldm.h> 53 .name = "NOR Partition 1 for kernel (960K)", 58 .name = "NOR Partition 2 for image (1M)", 63 .name = "NOR Partition 3 for user (2M)", 78 .end = NUC900_FLASH_BASE + NUC900_FLASH_SIZE - 1, [all …]
|
/linux-3.3/arch/blackfin/mach-bf518/boards/ |
D | ezbrd.c | 2 * Copyright 2004-2009 Analog Devices Inc. 6 * Licensed under the GPL-2 or later. 15 #include <linux/spi/spi.h> 16 #include <linux/spi/flash.h> 27 #include <linux/spi/ad7877.h> 33 const char bfin_board_name[] = "ADI BF518F-EZBRD"; 42 .name = "bootloader(nor)", 46 .name = "linux kernel(nor)", 50 .name = "file system(nor)", 73 .name = "physmap-flash", [all …]
|
/linux-3.3/arch/blackfin/mach-bf527/boards/ |
D | ezbrd.c | 2 * Copyright 2004-2009 Analog Devices Inc. 6 * Licensed under the GPL-2 or later. 15 #include <linux/spi/spi.h> 16 #include <linux/spi/flash.h> 28 #include <linux/spi/ad7877.h> 33 const char bfin_board_name[] = "ADI BF526-EZBRD"; 89 .name = "musb-blackfin", 104 .name = "bootloader(nor)", 108 .name = "linux kernel(nor)", 112 .name = "file system(nor)", [all …]
|
D | ad7160eval.c | 2 * Copyright 2004-20010 Analog Devices Inc. 6 * Licensed under the GPL-2 or later. 15 #include <linux/spi/spi.h> 16 #include <linux/spi/flash.h> 34 const char bfin_board_name[] = "ADI BF527-AD7160EVAL"; 88 .name = "musb-blackfin", 110 .name = "bfin-ra158z", 111 .id = -1, 120 .name = "bootloader(nor)", 124 .name = "linux kernel(nor)", [all …]
|
D | tll6527m.c | 1 /* File: arch/blackfin/mach-bf527/boards/tll6527m.c 2 * Based on: arch/blackfin/mach-bf527/boards/ezkit.c 5 * Copyright: 2010 - The Learning Labs Inc. 7 * Licensed under the GPL-2 or later. 16 #include <linux/spi/spi.h> 17 #include <linux/spi/flash.h> 33 #include <linux/spi/ad7879.h> 95 .name = "musb-blackfin", 108 #include <asm/bfin-lq035q1.h> 126 .name = "bfin-lq035q1", [all …]
|
D | cm_bf527.c | 2 * Copyright 2004-2009 Analog Devices Inc. 3 * 2008-2009 Bluetechnix 7 * Licensed under the GPL-2 or later. 16 #include <linux/spi/spi.h> 17 #include <linux/spi/flash.h> 29 #include <linux/spi/ad7877.h> 34 const char bfin_board_name[] = "Bluetechnix CM-BF527"; 125 .name = "musb-blackfin", 173 .name = "bf5xx-nand", 206 .id = -1, [all …]
|
/linux-3.3/arch/blackfin/mach-bf538/boards/ |
D | ezkit.c | 2 * Copyright 2004-2009 Analog Devices Inc. 6 * Licensed under the GPL-2 14 #include <linux/spi/spi.h> 15 #include <linux/spi/flash.h> 29 const char bfin_board_name[] = "ADI BF538-EZKIT"; 38 .name = "rtc-bfin", 39 .id = -1, 95 .name = "bfin-uart", 143 .name = "bfin-uart", 191 .name = "bfin-uart", [all …]
|
12345