/arch/xtensa/platforms/s6105/include/platform/serial.h
C++ Header | 8 lines | 5 code | 3 blank | 0 comment | 0 complexity | de5726195b00b6cfdef6499298f72110 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
1#ifndef __ASM_XTENSA_S6105_SERIAL_H 2#define __ASM_XTENSA_S6105_SERIAL_H 3 4#include <variant/hardware.h> 5 6#define BASE_BAUD (S6_SCLK / 16) 7 8#endif /* __ASM_XTENSA_S6105_SERIAL_H */