Path: blob/master/Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/adc/cosmic,10001-adc.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Cosmic Circuits CC-10001 ADC78maintainers:9- Jonathan Cameron <jic23@kernel.org>1011description:12Cosmic Circuits 10001 10-bit ADC device.1314properties:15compatible:16const: cosmic,10001-adc1718reg:19maxItems: 12021adc-reserved-channels:22$ref: /schemas/types.yaml#/definitions/uint3223description:24Bitmask of reserved channels, i.e. channels that cannot be25used by the OS.2627clocks:28maxItems: 12930clock-names:31const: adc3233vref-supply: true3435"#io-channel-cells":36const: 1373839required:40- compatible41- reg42- clocks43- clock-names44- vref-supply4546additionalProperties: false4748examples:49- |50adc@18101600 {51compatible = "cosmic,10001-adc";52reg = <0x18101600 0x24>;53adc-reserved-channels = <0x2>;54clocks = <&adc_clk>;55clock-names = "adc";56vref-supply = <®_1v8>;57};58...596061