2018-01-06 01:03:21 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2018, I-SENSE group of ICCS
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2018-01-06 01:03:21 +08:00
|
|
|
title: STM32 SPI
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation of the STM32 SPI controller
|
|
|
|
|
|
|
|
inherits:
|
2019-08-16 16:14:17 +08:00
|
|
|
!include spi-controller.yaml
|
2018-01-06 01:03:21 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
constraint: "st,stm32-spi"
|
|
|
|
|
|
|
|
reg:
|
|
|
|
category: required
|
|
|
|
|
|
|
|
interrupts:
|
|
|
|
category: required
|