diff --git a/devices/pl011.c b/devices/pl011.c index 1a4c1a9..b6f634e 100644 --- a/devices/pl011.c +++ b/devices/pl011.c @@ -1,4 +1,4 @@ -#define PL011_SERIAL_BASE 0x16000000 +#define PL011_SERIAL_BASE 0x10009000 #define PL011_SERIAL_FLAG_REGISTER 0x18 #define PL011_SERIAL_BUFFER_FULL (1 << 5)