1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef _ASM_SERIAL_H 3#define _ASM_SERIAL_H 4 5/* 6 * This assumes you have a 1.8432 MHz clock for your UART. 7 */ 8#define BASE_BAUD (1843200 / 16) 9 10#endif /* _ASM_SERIAL_H */