From 96fedb99454172e9717a04f3b6ee0d58fb0fdc2a Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Mon, 14 Apr 2008 21:42:20 +0300 Subject: [PATCH] --- yaml --- r: 91365 b: refs/heads/master c: 29a0c39386a4c33af21f1d92ebce277a7535ec7e h: refs/heads/master i: 91363: f4da67893817cafcaab17f7f7d510c9621645206 v: v3 --- [refs] | 2 +- trunk/include/asm-avr32/serial.h | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 trunk/include/asm-avr32/serial.h diff --git a/[refs] b/[refs] index 74e1f2df7798..3ad7e1f2355d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cf2d3ff994f19151fb9200c94c24daaed82700a2 +refs/heads/master: 29a0c39386a4c33af21f1d92ebce277a7535ec7e diff --git a/trunk/include/asm-avr32/serial.h b/trunk/include/asm-avr32/serial.h new file mode 100644 index 000000000000..5ecaebc22b02 --- /dev/null +++ b/trunk/include/asm-avr32/serial.h @@ -0,0 +1,13 @@ +#ifndef _ASM_SERIAL_H +#define _ASM_SERIAL_H + +/* + * This assumes you have a 1.8432 MHz clock for your UART. + * + * It'd be nice if someone built a serial card with a 24.576 MHz + * clock, since the 16550A is capable of handling a top speed of 1.5 + * megabits/second; but this requires the faster clock. + */ +#define BASE_BAUD (1843200 / 16) + +#endif /* _ASM_SERIAL_H */