flash/bluenrg-x: Add blueNRG alternate names

BlueNRG-LP -> STM32WB07
BlueNRG-LPS -> STM32WB05

Change-Id: I8e05ea29e84d3a7842e145fb66f448d0c82bd004
Signed-off-by: HAOUES Ahmed <ahmed.haoues@st.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8880
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
HAOUES Ahmed
2025-05-27 11:22:09 +01:00
committed by Antonio Borneo
parent 4732e40637
commit 990ee1be73

View File

@@ -63,7 +63,7 @@ static const struct flash_ctrl_priv_data flash_priv_data_lp = {
.flash_regs_base = 0x40001000, .flash_regs_base = 0x40001000,
.flash_page_size = 2048, .flash_page_size = 2048,
.jtag_idcode = 0x0201E041, .jtag_idcode = 0x0201E041,
.part_name = "BLUENRG-LP", .part_name = "STM32WB07 (BLUENRG-LP)",
}; };
static const struct flash_ctrl_priv_data flash_priv_data_lps = { static const struct flash_ctrl_priv_data flash_priv_data_lps = {
@@ -73,7 +73,7 @@ static const struct flash_ctrl_priv_data flash_priv_data_lps = {
.flash_regs_base = 0x40001000, .flash_regs_base = 0x40001000,
.flash_page_size = 2048, .flash_page_size = 2048,
.jtag_idcode = 0x02028041, .jtag_idcode = 0x02028041,
.part_name = "BLUENRG-LPS", .part_name = "STM32WB05 (BLUENRG-LPS)",
}; };
struct bluenrgx_flash_bank { struct bluenrgx_flash_bank {