From 571e4a521b1ffb6c022fc3fa151e4b6b66559699 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Fri, 24 Jan 2020 13:19:36 +0100 Subject: [PATCH] ccimx8x-sbc-express: add XBee TTY device Signed-off-by: Javier Viguera --- meta-digi-arm/conf/machine/ccimx8x-sbc-express.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-digi-arm/conf/machine/ccimx8x-sbc-express.conf b/meta-digi-arm/conf/machine/ccimx8x-sbc-express.conf index 3884f0242..674bf02c7 100644 --- a/meta-digi-arm/conf/machine/ccimx8x-sbc-express.conf +++ b/meta-digi-arm/conf/machine/ccimx8x-sbc-express.conf @@ -25,6 +25,7 @@ BT_TTY ?= "ttyLP1" # XBee XBEE_RESET_N_GPIO ?= "397" XBEE_SLEEP_RQ_GPIO ?= "400" +XBEE_TTY ?= "ttyLP0" # U-Boot script to be copied to the boot image BOOT_SCRIPTS = "boot.scr:boot.scr"