blob: a956ba9f4aeb9e3325e354ed4fb86012469efec6 [file] [log] [blame]
Vishal Bhoj82c80712015-12-15 21:13:33 +05301#ifndef ASM_ARM_SERIAL_PL011_H
2#define ASM_ARM_SERIAL_PL011_H
3
4#define UART01x_DR 0x00
5#define UART01x_FR 0x18
6
7#define UART01x_FR_TXFF 0x020
8#define UART01x_FR_BUSY 0x008
9
10#endif /* ASM_ARM_SERIAL_PL011_H */