f82e939fb7
Support for the S6105 IP Camera Reference Design Kit. Signed-off-by: Johannes Weiner <jw@emlix.com> Signed-off-by: Oskar Schirmer <os@emlix.com> Signed-off-by: Chris Zankel <chris@zankel.net>
8 lines
179 B
C
8 lines
179 B
C
#ifndef __ASM_XTENSA_S6105_SERIAL_H
|
|
#define __ASM_XTENSA_S6105_SERIAL_H
|
|
|
|
#include <variant/hardware.h>
|
|
|
|
#define BASE_BAUD (S6_SCLK / 16)
|
|
|
|
#endif /* __ASM_XTENSA_S6105_SERIAL_H */
|