Path: blob/master/Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/adc/holt,hi8435.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Holt Integrated Circuits HI-8435 SPI threshold detector78maintainers:9- Vladimir Barinov <vladimir.barinov@cogentembedded.com>1011description: |12Datasheet: http://www.holtic.com/documents/427-hi-8435_v-rev-lpdf.do1314properties:15compatible:16const: holt,hi84351718reg:19maxItems: 12021gpios:22description:23GPIO used for controlling the reset pin24maxItems: 12526"#io-channel-cells":27const: 12829required:30- compatible31- reg3233allOf:34- $ref: /schemas/spi/spi-peripheral-props.yaml#3536unevaluatedProperties: false3738examples:39- |40spi {41#address-cells = <1>;42#size-cells = <0>;43threshold-detector@0 {44compatible = "holt,hi8435";45reg = <0>;46gpios = <&gpio6 1 0>;47spi-max-frequency = <1000000>;48};49};50...515253