1/* 2 * Copyright (c) 2022 Martin Jäger <martin@libre.solar> 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7#include <st/wl/stm32wle5Xc.dtsi> 8#include <st/wl/stm32wle5jcix-pinctrl.dtsi> 9 10&clk_lse { 11 clock-frequency = <32768>; 12}; 13 14&clk_hsi { 15 status = "okay"; 16}; 17 18&subghzspi { 19 status = "okay"; 20 lora: radio@0 { 21 status = "okay"; 22 tx-enable-gpios = <&gpioc 13 GPIO_ACTIVE_LOW>; /* FE_CTRL1 */ 23 rx-enable-gpios = <&gpiob 8 GPIO_ACTIVE_LOW>; /* FE_CTRL2 */ 24 power-amplifier-output = "rfo-lp"; 25 rfo-lp-max-power = <14>; 26 }; 27}; 28