2018-09-15 05:14:32 +08:00
|
|
|
# Copyright (c) 2018, NXP
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2019-11-19 15:39:11 +08:00
|
|
|
description: NXP i.MX LPSPI controller
|
2018-09-15 05:14:32 +08:00
|
|
|
|
2019-08-20 02:32:25 +08:00
|
|
|
compatible: "nxp,imx-lpspi"
|
|
|
|
|
2019-08-22 07:10:12 +08:00
|
|
|
include: spi-controller.yaml
|
2018-09-15 05:14:32 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
reg:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2018-09-15 05:14:32 +08:00
|
|
|
|
|
|
|
interrupts:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2018-09-15 05:14:32 +08:00
|
|
|
|
|
|
|
clocks:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2020-06-27 23:22:03 +08:00
|
|
|
|
|
|
|
pcs-sck-delay:
|
|
|
|
type: int
|
|
|
|
required: false
|
|
|
|
description: |
|
|
|
|
Delay in nanoseconds from the chip select assert to the first clock
|
|
|
|
edge. If not set, the minimum supported delay is used.
|
|
|
|
|
|
|
|
sck-pcs-delay:
|
|
|
|
type: int
|
|
|
|
required: false
|
|
|
|
description: |
|
|
|
|
Delay in nanoseconds from the last clock edge to the chip select
|
|
|
|
deassert. If not set, the minimum supported delay is used.
|
|
|
|
|
|
|
|
transfer-delay:
|
|
|
|
type: int
|
|
|
|
required: false
|
|
|
|
description: |
|
|
|
|
Delay in nanoseconds from the chip select deassert to the next chip
|
|
|
|
select assert. If not set, the minimum supported delay is used.
|