blob: 7d0ef128fa5710e44d0745fff9032dca0235f477 [file] [log] [blame]
#
# Copyright (c) 2018, I-SENSE group of ICCS
#
# SPDX-License-Identifier: Apache-2.0
#
title: SPI Base Structure
description: >
This binding gives the base structures for all SPI devices
inherits:
!include base.yaml
child:
bus: spi
properties:
clock-frequency:
type: int
category: optional
description: Clock frequency the SPI peripheral is being driven at
"#address-cells":
type: int
category: required
description: should be 1.
"#size-cells":
type: int
category: required
description: should be 0.
label:
category: required
cs-gpios:
type: compound
category: optional