RTEMS 7.0-rc1
Loading...
Searching...
No Matches
usart.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
2
20/*
21 * Copyright (c) 2013 Alan Cudmore.
22 *
23 * The license and distribution terms for this file may be
24 * found in the file LICENSE in this distribution or at
25 * http://www.rtems.org/license/LICENSE
26 */
27
28#ifndef LIBBSP_ARM_RASPBERRYPI_USART_H
29#define LIBBSP_ARM_RASPBERRYPI_USART_H
30
31#include <libchip/serial.h>
32
33#ifdef __cplusplus
34extern "C" {
35#endif /* __cplusplus */
36
37#define BCM2835_PL011_BASE (RPI_PERIPHERAL_BASE + 0x201000)
38
39#ifdef __cplusplus
40}
41#endif /* __cplusplus */
42
43#endif /* LIBBSP_ARM_RASPBERRYPI_USART_H */
The generic libchip serial driver interface.