Skip to content

Commit 023d61b

Browse files
boards: arm: 96b_wistrio: Fix the SoC used on this board
The RAK811 module used on this board incorporates STM32L151CB-A SoC, which has more RAM (32 KiB) compared to its companion STM32L151CB. Hence, fix the doc, dts and Kconfig to include correct part number. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
1 parent 1cfde99 commit 023d61b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

boards/arm/96b_wistrio/96b_wistrio.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/dts-v1/;
8-
#include <st/l1/stm32l151Xb.dtsi>
8+
#include <st/l1/stm32l151Xb-a.dtsi>
99

1010
/ {
1111
model = "RAKWireless 96boards WisTrio board";

boards/arm/96b_wistrio/96b_wistrio_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CONFIG_ARM=y
22
CONFIG_SOC_SERIES_STM32L1X=y
3-
CONFIG_SOC_STM32L151XB=y
3+
CONFIG_SOC_STM32L151XBA=y
44
# 32MHz system clock
55
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=32000000
66

boards/arm/96b_wistrio/Kconfig.board

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
config BOARD_96B_WISTRIO
99
bool "96boards WisTrio Development Board"
10-
depends on SOC_STM32L151XB
10+
depends on SOC_STM32L151XBA

boards/arm/96b_wistrio/doc/96b_wistrio.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Overview
77
********
88

99
96Boards WisTrio LoRa Tracker board is based on the RAK Wireless RAK5205
10-
chipset integrating SX1276 LoRaWAN Modem, STM32L151CB MCU and GPS module.
10+
chipset integrating SX1276 LoRaWAN Modem, STM32L151CB-A MCU and GPS module.
1111
Zephyr applications use the 96b_wistrio configuration to run on these
1212
boards.
1313

0 commit comments

Comments
 (0)