21 lines
502 B
YAML
21 lines
502 B
YAML
# Copyright (c) 2021 Fabio Baltieri
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: STM32 SUBGHZ SPI controller
|
|
|
|
compatible: "st,stm32-spi-subghz"
|
|
|
|
include:
|
|
- name: st,stm32-spi-common.yaml
|
|
property-blocklist:
|
|
- pinctrl-0
|
|
- pinctrl-names
|
|
|
|
properties:
|
|
use-subghzspi-nss:
|
|
type: boolean
|
|
required: true
|
|
description: |
|
|
Control the SUBGHZPI NSS line using the PWR HAL functions. This is for
|
|
the special purpose SUBGHZSPI interface found in the STM32WL series.
|