22 lines
354 B
YAML
22 lines
354 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
|
|
|
|
compatible: "nxp,kinetis-dspi"
|
|
|
|
include: spi-controller.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
clocks:
|
|
required: true
|