Skip to content

Commit 77dc4fa

Browse files
committed
Add bt io region because recent idf writes to it when wifi initialises
1 parent 5e0c72b commit 77dc4fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hw/xtensa/esp32.c

+1
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@ static void esp32_soc_realize(DeviceState *dev, Error **errp)
575575
esp32_soc_add_unimp_device(sys_mem, "esp32.chipv7_phyb", DR_REG_WDEV_BASE, 0x1000,0);
576576
esp32_soc_add_unimp_device(sys_mem, "esp32.unknown_wifi", DR_REG_NRX_BASE , 0x1000,-1);
577577
esp32_soc_add_unimp_device(sys_mem, "esp32.unknown_wifi1", DR_REG_BB_BASE , 0x1000,-1);
578+
esp32_soc_add_unimp_device(sys_mem, "esp32.bt", DR_REG_BT_BASE, 0x1000, 0);
578579

579580
/* st7789v is attached to SPI2 and SPI2 so the both HSPI and VSPI will work,
580581
they share a single console*/

0 commit comments

Comments
 (0)