2021-07-02 04:04:44 +08:00
|
|
|
# Copyright (c) 2018, I-SENSE group of ICCS
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
# Common fields for STM32 SPI peripherals.
|
|
|
|
|
2021-11-08 19:05:23 +08:00
|
|
|
include: [spi-controller.yaml, pinctrl-device.yaml]
|
2021-07-02 04:04:44 +08:00
|
|
|
|
|
|
|
properties:
|
2023-01-04 03:21:25 +08:00
|
|
|
reg:
|
|
|
|
required: true
|
2021-07-02 04:04:44 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
interrupts:
|
|
|
|
required: true
|
2021-11-23 16:41:16 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
pinctrl-0:
|
|
|
|
required: true
|
2021-11-23 16:41:16 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
pinctrl-names:
|
|
|
|
required: true
|