Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91365
b: refs/heads/master
c: 29a0c39
h: refs/heads/master
i:
  91363: f4da678
v: v3
  • Loading branch information
Adrian Bunk authored and Haavard Skinnemoen committed Apr 20, 2008
1 parent 311b395 commit 96fedb9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cf2d3ff994f19151fb9200c94c24daaed82700a2
refs/heads/master: 29a0c39386a4c33af21f1d92ebce277a7535ec7e
13 changes: 13 additions & 0 deletions trunk/include/asm-avr32/serial.h
Original file line number Diff line number Diff line change
@@ -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 */

0 comments on commit 96fedb9

Please sign in to comment.