36 lines
680 B
YAML
36 lines
680 B
YAML
#
|
|
# 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
|