1 // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 3 * arch/arm/mach-spear13xx/spear1340.c 4 * 5 * SPEAr1340 machine source file 6 * 7 * Copyright (C) 2012 ST Microelectronics 8 * Viresh Kumar <vireshk@kernel.org> 9 */ 10 11 #define pr_fmt(fmt) "SPEAr1340: " fmt 12 13 #include <linux/platform_device.h> 14 #include <asm/mach/arch.h> 15 #include "generic.h" 16 17 static void __init spear1340_dt_init(void) 18 { 19 platform_device_register_simple("spear 20 } 21 22 static const char * const spear1340_dt_board_c 23 "st,spear1340", 24 "st,spear1340-evb", 25 NULL, 26 }; 27 28 DT_MACHINE_START(SPEAR1340_DT, "ST SPEAr1340 S 29 .smp = smp_ops(spear1 30 .map_io = spear13xx_map_ 31 .init_time = spear13xx_time 32 .init_machine = spear1340_dt_i 33 .restart = spear_restart, 34 .dt_compat = spear1340_dt_b 35 MACHINE_END 36
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.