Lines Matching +full:s3c2440 +full:- +full:i2c
1 // SPDX-License-Identifier: GPL-2.0
3 // Copyright (c) 2004-2006 Simtec Electronics
6 // Samsung S3C2440 and S3C2442 Mobile CPU support (not S3C2443)
31 #include "regs-clock.h"
32 #include "regs-gpio.h"
39 #include "nand-core-s3c24xx.h"
40 #include "regs-dsc-s3c24xx.h"
52 s3c24xx_init_uartdevs("s3c2440-uart", s3c2410_uart_resources, cfg, no); in s3c244x_init_uarts()
57 /* register our io-tables */ in s3c244x_map_io()
63 s3c_device_sdi.name = "s3c2440-sdi"; in s3c244x_map_io()
64 s3c_device_i2c0.name = "s3c2440-i2c"; in s3c244x_map_io()
65 s3c_nand_setname("s3c2440-nand"); in s3c244x_map_io()
66 s3c_device_ts.name = "s3c2440-ts"; in s3c244x_map_io()
67 s3c_device_usbgadget.name = "s3c2440-usbgadget"; in s3c244x_map_io()
68 s3c2410_device_dclk.name = "s3c2440-dclk"; in s3c244x_map_io()
71 /* Since the S3C2442 and S3C2440 share items, put both subsystems here */
74 .name = "s3c2440-core",
75 .dev_name = "s3c2440-core",
79 .name = "s3c2442-core",
80 .dev_name = "s3c2442-core",
85 * drivers even try to use it (even if not on an s3c2440 based system)