Skip to content

Commit e47a324

Browse files
dlechbroonie
authored andcommitted
dt-bindings: trigger-source: add ADI Util Sigma-Delta SPI
Add new binding for the ADI Util Sigma-Delta SPI FPGA IP Core. This is used to trigger a SPI offload based on a RDY signal from the ADC while masking out other signals on the same line. Reviewed-by: Rob Herring (Arm) <[email protected]> Signed-off-by: David Lechner <[email protected]> Link: https://patch.msgid.link/20250627-iio-adc-ad7173-add-spi-offload-support-v2-8-f49c55599113@baylibre.com Signed-off-by: Mark Brown <[email protected]>
1 parent d0b3b7b commit e47a324

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2+
# Copyright (c) 2025 Analog Devices, Inc.
3+
# Copyright (c) 2025 BayLibre, SAS
4+
5+
%YAML 1.2
6+
---
7+
$id: http://devicetree.org/schemas/trigger-source/adi,util-sigma-delta-spi.yaml#
8+
$schema: http://devicetree.org/meta-schemas/core.yaml#
9+
10+
title: Analog Devices Util Sigma-Delta SPI IP Core
11+
12+
maintainers:
13+
- David Lechner <[email protected]>
14+
15+
description:
16+
The Util Sigma-Delta SPI is an FPGA IP core from Analog Devices that provides
17+
a SPI offload trigger from the RDY signal of the combined DOUT/RDY pin of
18+
the sigma-delta family of ADCs.
19+
https://analogdevicesinc.github.io/hdl/library/util_sigma_delta_spi/index.html
20+
21+
properties:
22+
compatible:
23+
const: adi,util-sigma-delta-spi
24+
25+
reg:
26+
maxItems: 1
27+
28+
clocks:
29+
maxItems: 1
30+
31+
'#trigger-source-cells':
32+
const: 0
33+
34+
required:
35+
- compatible
36+
- reg
37+
- clocks
38+
- '#trigger-source-cells'
39+
40+
additionalProperties: false
41+
42+
examples:
43+
- |
44+
trigger@40000 {
45+
reg = <0x40000 0x1000>;
46+
compatible = "adi,util-sigma-delta-spi";
47+
clocks = <&clk 0>;
48+
#trigger-source-cells = <0>;
49+
};

MAINTAINERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25235,6 +25235,11 @@ W: https://github.com/srcres258/linux-doc
2523525235
T: git git://github.com/srcres258/linux-doc.git doc-zh-tw
2523625236
F: Documentation/translations/zh_TW/
2523725237

25238+
TRIGGER SOURCE - ADI UTIL SIGMA DELTA SPI
25239+
M: David Lechner <[email protected]>
25240+
S: Maintained
25241+
F: Documentation/devicetree/bindings/trigger-source/adi,util-sigma-delta-spi.yaml
25242+
2523825243
TRIGGER SOURCE - PWM
2523925244
M: David Lechner <[email protected]>
2524025245
S: Maintained

0 commit comments

Comments
 (0)