From 215465bab3e670f93cb6ec78ee591e36ced0acc4 Mon Sep 17 00:00:00 2001 From: liquidraver <504870+liquidraver@users.noreply.github.com> Date: Wed, 18 Mar 2026 07:36:35 +0100 Subject: [PATCH] G2 cpu fix --- zephcore/boards/esp32/station_g2/station_g2_procpu.dts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zephcore/boards/esp32/station_g2/station_g2_procpu.dts b/zephcore/boards/esp32/station_g2/station_g2_procpu.dts index f5a8090..e094c4a 100644 --- a/zephcore/boards/esp32/station_g2/station_g2_procpu.dts +++ b/zephcore/boards/esp32/station_g2/station_g2_procpu.dts @@ -3,7 +3,7 @@ * BQ Station G2 — ESP32-S3, 16MB flash, 8MB PSRAM * * Hardware: - * MCU: ESP32-S3 (Xtensa LX7, dual-core @ 80 MHz) + * MCU: ESP32-S3 (Xtensa LX7, dual-core @ 160 MHz) * Flash: 16 MB (QIO) * PSRAM: 8 MB (OPI) * Radio: SX1262 + PA (~27 dBm output) on SPI2 @@ -40,13 +40,13 @@ }; }; -/* Reduce CPU clock from 240 MHz to 80 MHz — plenty for mesh node, saves power */ +/* Reduce CPU clock from 240 MHz to 160 MHz — HAL Kconfig minimum supported */ &cpu0 { - clock-frequency = ; + clock-frequency = ; }; &cpu1 { - clock-frequency = ; + clock-frequency = ; }; &usb_serial {