26 lines
382 B
YAML
26 lines
382 B
YAML
#
|
|
# Copyright (c) 2018, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: NXP DSPI
|
|
|
|
description: >
|
|
This binding gives a base representation of the NXP Kinetis DSPI controller
|
|
|
|
include: spi-controller.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "nxp,kinetis-dspi"
|
|
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
clocks:
|
|
required: true
|