1 // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 3 * Copyright (c) 2016 Yang Ling <gnaygnil@gmai 4 */ 5 6 #include <platform.h> 7 8 static struct platform_device *ls1c_platform_d 9 &ls1x_uart_pdev, 10 &ls1x_eth0_pdev, 11 &ls1x_rtc_pdev, 12 &ls1x_wdt_pdev, 13 }; 14 15 static int __init ls1c_platform_init(void) 16 { 17 ls1x_serial_set_uartclk(&ls1x_uart_pde 18 19 return platform_add_devices(ls1c_platf 20 ARRAY_SIZE( 21 } 22 23 arch_initcall(ls1c_platform_init); 24
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.