13 #include <linux/serial_core.h>
37 static const struct of_dev_auxdata exynos5250_auxdata_lookup[]
__initconst = {
39 "exynos4210-uart.0",
NULL),
41 "exynos4210-uart.1",
NULL),
43 "exynos4210-uart.2",
NULL),
45 "exynos4210-uart.3",
NULL),
47 "s3c2440-i2c.0",
NULL),
49 "s3c2440-i2c.1",
NULL),
59 "exynos4210-spi.0",
NULL),
61 "exynos4210-spi.1",
NULL),
63 "exynos4210-spi.2",
NULL),
68 "exynos-gsc.0",
NULL),
70 "exynos-gsc.1",
NULL),
72 "exynos-gsc.2",
NULL),
74 "exynos-gsc.3",
NULL),
78 static void __init exynos5250_dt_map_io(
void)
84 static void __init exynos5250_dt_machine_init(
void)
87 exynos5250_auxdata_lookup,
NULL);
90 static char const *exynos5250_dt_compat[]
__initdata = {
99 .map_io = exynos5250_dt_map_io,
101 .init_machine = exynos5250_dt_machine_init,
104 .dt_compat = exynos5250_dt_compat,