2018-01-14 20:14:32 +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-14 20:14:32 +08:00
|
|
|
title: SPI Device Base Structure
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives the base structures for all spi devices
|
|
|
|
|
2019-06-08 00:12:49 +08:00
|
|
|
inherits:
|
|
|
|
!include base.yaml
|
|
|
|
|
2018-01-14 20:14:32 +08:00
|
|
|
parent:
|
|
|
|
bus: spi
|
|
|
|
|
|
|
|
properties:
|
|
|
|
reg:
|
|
|
|
category: required
|
|
|
|
spi-max-frequency:
|
2019-06-07 04:33:46 +08:00
|
|
|
type: int
|
2018-01-14 20:14:32 +08:00
|
|
|
category: required
|
|
|
|
description: Maximum clock frequency of device's SPI interface in Hz
|
|
|
|
label:
|
|
|
|
category: required
|