nucleo_l476rg: Enable device tree usage for Nucleo

This patch adds all the necessary changes to enable use of DTS for
generating required build information.

Change-Id: Ia476fbb14c7d9d6b9db3340c73f599556a880da3
Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
Erwan Gouriou 2017-02-04 23:48:31 -06:00 committed by Anas Nashif
commit 1e92c22a13
4 changed files with 9 additions and 0 deletions

View file

@ -54,3 +54,6 @@ CONFIG_UART_CONSOLE_ON_DEV_NAME="UART_2"
CONFIG_PWM=y
CONFIG_PWM_STM32=y
CONFIG_PWM_STM32_2=y
#enable DTS
CONFIG_HAS_DTS=y