summaryrefslogtreecommitdiff
path: root/src/dev/arm/pl011.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/arm/pl011.hh')
-rwxr-xr-x[-rw-r--r--]src/dev/arm/pl011.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/arm/pl011.hh b/src/dev/arm/pl011.hh
index 5a92d8890..dac2f6837 100644..100755
--- a/src/dev/arm/pl011.hh
+++ b/src/dev/arm/pl011.hh
@@ -135,6 +135,7 @@ class Pl011 : public Uart, public AmbaDevice
static const int UART_RIS = 0x03C;
static const int UART_MIS = 0x040;
static const int UART_ICR = 0x044;
+ static const int UART_DMACR = 0x048;
static const uint16_t UART_RIINTR = 1 << 0;
static const uint16_t UART_CTSINTR = 1 << 1;