Lines Matching +full:gpio +full:- +full:ctrl1
1 // SPDX-License-Identifier: GPL-2.0
3 // Copyright 2003-2009 Simtec Electronics
13 #include <linux/gpio.h>
21 #include <linux/sm501-regs.h>
28 #include <asm/mach-types.h>
30 #include "regs-gpio.h"
31 #include "gpio-samsung.h"
32 #include <linux/platform_data/mtd-nand-s3c2410.h>
33 #include <linux/platform_data/i2c-s3c2410.h>
44 #include <linux/platform_data/asoc-s3c24xx_simtec.h>
50 #define COPYRIGHT ", Copyright 2005-2009 Simtec Electronics"
124 .size = SZ_4M - SZ_16K,
130 .size = SZ_32M - SZ_4M,
147 .size = SZ_4M - SZ_128K,
153 .size = SZ_32M - SZ_4M,
162 /* the Anubis has 3 selectable slots for nand-flash, the two
163 * on-board chip areas, as well as the external slot.
165 * Note, there is no current hot-plug support for the External
197 slot = set->nr_map[slot] & 3; in anubis_nand_select()
200 slot, set, set->nr_map); in anubis_nand_select()
206 pr_debug("anubis_nand: ctrl1 now %02x\n", tmp); in anubis_nand_select()
289 [1] = DEFINE_RES_MEM(S3C2410_CS2 + SZ_64M - SZ_2M, SZ_2M),
329 .gpio_base = -1,
389 printk(KERN_INFO "ANUBIS-B detected (revision %d)\n", in anubis_map_io()
394 /* ensure that the GPIO is setup */ in anubis_map_io()
419 MACHINE_START(ANUBIS, "Simtec-Anubis")