ARCH/ARM/Plat-Samsung/dev-uart.c

Source: Internet
Author: User

/* Linux/ARCH/ARM/Plat-Samsung/dev-uart.c
* Originally from arch/ARM/plat-s3c24xx/Devs. c
* X
* Copyright (c) 2004 simtec Electronics
* Ben dooks <ben@simtec.co.uk>
*
* Base s3c24xx platform device Definitions
*
* This program is free software; you can redistribute it and/or modify
* It under the terms of the GNU General Public License version 2
* Published by the Free Software Foundation.
*
*/

# Include <Linux/kernel. h>
# Include <Linux/platform_device.h>

# Include <plat/Devs. h>

/* UART devices */

Static struct platform_device s3c24xx_uart_device0 = {
. ID = 0,
};

Static struct platform_device s3c24xx_uart_device1 = {
. ID = 1,
};

Static struct platform_device s3c24xx_uart_device2 = {
. ID = 2,
};

Static struct platform_device s3c24xx_uart_device3 = {
. ID = 3,
};

Struct platform_device * s3c24xx_uart_src [4] = {
& Amp; s3c24xx_uart_device0,
& Amp; s3c24xx_uart_device1,
& Amp; s3c24xx_uart_device2,
& Amp; s3c24xx_uart_device3,
};

Struct platform_device * s3c24xx_uart_devs [4] = {
};

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.