diff options
| author | Maxime Coquelin <[email protected]> | 2015-06-10 21:19:36 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-06-10 17:34:26 -0700 |
| commit | 48a6092fb41fab5b80064c3fac786f8ec86457a3 (patch) | |
| tree | 8cc299acbe377735d15af720263b243a5c3cca86 /include/uapi/linux | |
| parent | 2a4462418af771ef9f1f1d1532bcbb8799df842d (diff) | |
serial: stm32-usart: Add STM32 USART Driver
This drivers adds support to the STM32 USART controller, which is a
standard serial driver.
Tested-by: Chanwoo Choi <[email protected]>
Reviewed-by: Peter Hurley <[email protected]>
Reviewed-by: Vladimir Zapolskiy <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Signed-off-by: Maxime Coquelin <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/serial_core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/serial_core.h b/include/uapi/linux/serial_core.h index b2122813f18a..93ba148f923e 100644 --- a/include/uapi/linux/serial_core.h +++ b/include/uapi/linux/serial_core.h @@ -258,4 +258,7 @@ /* Cris v10 / v32 SoC */ #define PORT_CRIS 112 +/* STM32 USART */ +#define PORT_STM32 113 + #endif /* _UAPILINUX_SERIAL_CORE_H */ |