1/* 2 * Copyright (c) 2024 Teslabs Engineering S.L. 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 6#include <st/wl/stm32wle5Xc.dtsi> 7#include <st/wl/stm32wle5ccux-pinctrl.dtsi> 8 9&clk_hse { 10 clock-frequency = <DT_FREQ_M(32)>; 11}; 12 13&clk_lse { 14 clock-frequency = <32768>; 15}; 16 17&subghzspi { 18 status = "okay"; 19 lora: radio@0 { 20 status = "okay"; 21 tx-enable-gpios = <&gpiob 8 GPIO_ACTIVE_LOW>; 22 rx-enable-gpios = <&gpioc 13 GPIO_ACTIVE_LOW>; 23 power-amplifier-output = "rfo-hp"; 24 rfo-hp-max-power = <22>; 25 }; 26}; 27