1# Copyright (c) 2021 Fabio Baltieri 2# SPDX-License-Identifier: Apache-2.0 3 4description: STM32 SUBGHZ SPI controller 5 6compatible: "st,stm32-spi-subghz" 7 8include: 9 - name: st,stm32-spi-common.yaml 10 property-blocklist: 11 - pinctrl-0 12 - pinctrl-names 13 14properties: 15 use-subghzspi-nss: 16 type: boolean 17 required: true 18 description: | 19 Control the SUBGHZPI NSS line using the PWR HAL functions. This is for 20 the special purpose SUBGHZSPI interface found in the STM32WL series. 21