Fix STM32WL SubGHz radio device tree configuration

Add missing compatible string and required properties for STM32WL integrated
SubGHz radio to enable native Zephyr LoRa driver support.
This commit is contained in:
xlemmingx 2025-09-30 12:07:34 +02:00
parent 55fbfaf1d5
commit 8222ce611e

View File

@ -150,6 +150,10 @@ stm32_lp_tick_source: &lptim1 {
&subghzspi {
status = "okay";
lora: radio@0 {
compatible = "st,stm32wl-subghz-radio";
reg = <0>;
interrupts = <50 0>;
spi-max-frequency = <8000000>;
status = "okay";
tx-enable-gpios = <&gpioc 4 GPIO_ACTIVE_LOW>; /* FE_CTRL1 */
rx-enable-gpios = <&gpioc 5 GPIO_ACTIVE_LOW>; /* FE_CTRL2 */