dsp: add uart1 at 31250 baud for midi support

This commit is contained in:
Paul Mathieu
2021-07-26 00:00:26 -07:00
parent b01d6a4873
commit e7bab6e9e6
4 changed files with 55 additions and 25 deletions

View File

@@ -8,8 +8,10 @@
#define UART0_BASE 0xc010
#define PDMOUT0_BASE 0xc020
#define SQUARE0_BASE 0xc030
#define UART1_BASE 0xc040
#define led0 ((struct led*) LED0_BASE)
#define uart0 ((struct uart*) UART0_BASE)
#define uart1 ((struct uart*) UART1_BASE)
#define pdmout0 ((struct pdmout*) PDMOUT0_BASE)
#define square0 ((struct square*) SQUARE0_BASE)