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:
parent
55fbfaf1d5
commit
8222ce611e
@ -150,6 +150,10 @@ stm32_lp_tick_source: &lptim1 {
|
|||||||
&subghzspi {
|
&subghzspi {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
lora: radio@0 {
|
lora: radio@0 {
|
||||||
|
compatible = "st,stm32wl-subghz-radio";
|
||||||
|
reg = <0>;
|
||||||
|
interrupts = <50 0>;
|
||||||
|
spi-max-frequency = <8000000>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
tx-enable-gpios = <&gpioc 4 GPIO_ACTIVE_LOW>; /* FE_CTRL1 */
|
tx-enable-gpios = <&gpioc 4 GPIO_ACTIVE_LOW>; /* FE_CTRL1 */
|
||||||
rx-enable-gpios = <&gpioc 5 GPIO_ACTIVE_LOW>; /* FE_CTRL2 */
|
rx-enable-gpios = <&gpioc 5 GPIO_ACTIVE_LOW>; /* FE_CTRL2 */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user