18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef __ASM_GENERIC_SERIAL_H
38c2ecf20Sopenharmony_ci#define __ASM_GENERIC_SERIAL_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci/*
68c2ecf20Sopenharmony_ci * This should not be an architecture specific #define, oh well.
78c2ecf20Sopenharmony_ci *
88c2ecf20Sopenharmony_ci * Traditionally, it just describes i8250 and related serial ports
98c2ecf20Sopenharmony_ci * that have this clock rate.
108c2ecf20Sopenharmony_ci */
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#define BASE_BAUD (1843200 / 16)
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#endif /* __ASM_GENERIC_SERIAL_H */
15