1# Copyright (c) 2021 Fabio Baltieri 2# SPDX-License-Identifier: Apache-2.0 3 4description: STM32WL SUBGHZ Radio 5 6compatible: "st,stm32wl-subghz-radio" 7 8include: semtech,sx126x-base.yaml 9 10properties: 11 interrupts: 12 required: true 13 description: | 14 Position of the "Radio IRQ, Busy" interrupt line. 15 16 power-amplifier-output: 17 type: string 18 required: true 19 description: | 20 Selects between the low- and high-power power amplifier output pin. 21 enum: 22 - "rfo-lp" 23 - "rfo-hp" 24 25 rfo-lp-max-power: 26 type: int 27 default: 14 28 description: | 29 Maximum design power for the board's RFO_LP output matching network. 30 31 The default setting of +14 dBm is a prevalent board configuration; 32 however, for optimal performance, it is advisable to align the value with 33 the board's RF design. 34 35 See ST application note AN5457, chapter 5.1.2 for more information. 36 enum: 37 - 10 38 - 14 39 - 15 40 41 rfo-hp-max-power: 42 type: int 43 default: 22 44 description: | 45 Maximum design power for the board's RFO_HP output matching network. 46 47 The default setting of +22 dBm is a prevalent board configuration; 48 however, for optimal performance, it is advisable to align the value with 49 the board's RF design. 50 51 See ST application note AN5457, chapter 5.1.2 for more information. 52 enum: 53 - 14 54 - 17 55 - 20 56 - 22 57