boards: cc1352r1_launchxl / cc26x2r1_launchxl: add BoosterPack connector

Add BoosterPack connector information to the DTS of the CC1352 and
CC26x2 LaunchPad boards. This allows shields (e.g. BoosterPacks) to use
aliases for the connector interfaces and mappings for the GPIOs. This is
similar to what is being done for the Arduino connectors.

Signed-off-by: Brett Witherspoon <spoonb@cdspooner.com>
This commit is contained in:
Brett Witherspoon 2019-11-12 21:41:14 -06:00 committed by Johan Hedberg
commit 71952fb92f
4 changed files with 93 additions and 0 deletions

View file

@ -7,6 +7,7 @@
/dts-v1/;
#include <ti/cc1352r.dtsi>
#include "boosterpack_connector.dtsi"
#define BTN_GPIO_FLAGS (GPIO_INT_ACTIVE_LOW | GPIO_PUD_PULL_UP)