Devicetree.org specifies that serial devices property used to set baud rate is "current-speed", while zephyr uses "baud-rate". Align property name in order to keep zephyr dts files compatible with device tree specification and could be re-used from/to Linux for instance. We also cleanup a few SoCs that set "baud-rate" in the SoC dts and not the board. Jira: ZEP-2048 Change-Id: I097e7439ee46fe77c628b56531772950382fafcc Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org> Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
13 lines
662 B
Text
13 lines
662 B
Text
/* This file is a temporary workaround for mapping of the generated information
|
|
* to the current driver definitions. This will be removed when the drivers
|
|
* are modified to handle the generated information, or the mapping of
|
|
* generated data matches the driver definitions.
|
|
*/
|
|
|
|
|
|
#define CONFIG_NUM_IRQ_PRIO_BITS ARM_V7M_NVIC_E000E100_ARM_NUM_IRQ_PRIORITY_BITS
|
|
|
|
#define CONFIG_UART_STM32_PORT_2_BASE_ADDRESS ST_STM32_USART_40004400_BASE_ADDRESS
|
|
#define CONFIG_UART_STM32_PORT_2_BAUD_RATE ST_STM32_USART_40004400_CURRENT_SPEED
|
|
#define CONFIG_UART_STM32_PORT_2_IRQ_PRI ST_STM32_USART_40004400_IRQ_0_PRIORITY
|
|
#define PORT_2_IRQ ST_STM32_USART_40004400_IRQ_0
|