32 lines
502 B
YAML
32 lines
502 B
YAML
#
|
|
# Copyright (c) 2018, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
title: NXP DSPI
|
|
version: 0.1
|
|
|
|
description: >
|
|
This binding gives a base representation of the NXP Kinetis DSPI controller
|
|
|
|
inherits:
|
|
!include spi.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "nxp,kinetis-dspi"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
interrupts:
|
|
category: required
|
|
|
|
clocks:
|
|
type: array
|
|
category: required
|
|
description: Clock gate information
|
|
generation: define
|
|
...
|