Lines Matching +full:ads1298 +full:- +full:1 +full:- +full:ecg
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/ti,ads1298.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Texas Instruments' ads1298 medical ADC chips
10 Datasheet at: https://www.ti.com/product/ADS1298
14 - Mike Looijmans <mike.looijmans@topic.nl>
19 - ti,ads1298
22 maxItems: 1
24 spi-cpha: true
26 reset-gpios:
27 maxItems: 1
29 avdd-supply:
32 symmetric +/- 2.5V, the regulator should report 5V.
34 vref-supply:
41 maxItems: 1
45 maxItems: 1
50 - compatible
51 - reg
52 - avdd-supply
53 - interrupts
56 - $ref: /schemas/spi/spi-peripheral-props.yaml#
61 - |
62 #include <dt-bindings/gpio/gpio.h>
63 #include <dt-bindings/interrupt-controller/irq.h>
65 #address-cells = <1>;
66 #size-cells = <0>;
68 adc@1 {
69 reg = <1>;
70 compatible = "ti,ads1298";
71 label = "ads1298-1-ecg";
72 avdd-supply = <®_iso_5v_a>;
74 interrupt-parent = <&gpio0>;
76 spi-max-frequency = <20000000>;
77 spi-cpha;