Path: blob/master/Documentation/devicetree/bindings/iio/dac/microchip,mcp4728.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---34$id: http://devicetree.org/schemas/iio/dac/microchip,mcp4728.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#67title: Microchip MCP4728 DAC89maintainers:10- Andrea Collamati <andrea.collamati@gmail.com>1112description: |13MCP4728 is a quad channel, 12-bit voltage output14Digital-to-Analog Converter with non-volatile15memory and I2C compatible Serial Interface.16https://www.microchip.com/en-us/product/mcp47281718properties:19compatible:20const: microchip,mcp47282122reg:23maxItems: 12425vdd-supply:26description: |27Provides both power and acts as the reference supply on the MCP472828when Internal Vref is not selected.2930required:31- compatible32- reg33- vdd-supply3435additionalProperties: false3637examples:38- |39i2c {40#address-cells = <1>;41#size-cells = <0>;4243dac@60 {44compatible = "microchip,mcp4728";45reg = <0x60>;46vdd-supply = <&vdac_vdd>;47};48};495051