Commit b7f5f071 authored by Sebastian Bøe's avatar Sebastian Bøe Committed by Anas Nashif
Browse files

dts: Break all dependencies of DTS on ext



If DTS does not depend on include paths determined in /ext then we can
move dts next to kconfig. Moving it next to kconfig means that DTS
CONFIG_ variables will be available at the same time as kconfig's
CONFIG_ variables which is the intended design and beneficial from a
usability perspective.

Signed-off-by: default avatarSebastian Boe <sebastian.boe@nordicsemi.no>
parent 3eef1e3b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
#include <arm/armv7-m.dtsi>
#include <inc/hw_ints.h>

#include <ti/mem.h>

#define INT_UARTA0              21          // UART0 Rx and Tx
#define INT_UARTA1              22          // UART1 Rx and Tx

/* Note: Zephyr uses exception numbers, vs the IRQ #s used by the CC32XX SDK */
/* which are offset by 16: */
#define EXP_UARTA0 (INT_UARTA0 - 16)