/* * Copyright (c) 2021 Thomas Stranger * * SPDX-License-Identifier: Apache-2.0 */ #include #include &clk_hse { clock-frequency = ; hse-tcxo; }; &clk_lse { clock-frequency = <32768>; }; &subghzspi { status = "okay"; lora: radio@0 { status = "okay"; tx-enable-gpios = <&gpioa 4 GPIO_ACTIVE_LOW>; rx-enable-gpios = <&gpioa 5 GPIO_ACTIVE_LOW>; dio3-tcxo-voltage = ; tcxo-power-startup-delay-ms = <5>; power-amplifier-output = "rfo-hp"; rfo-hp-max-power = <22>; }; };