xref: /freebsd/sys/contrib/device-tree/Bindings/iio/dac/ti,dac5571.yaml (revision 7d0873ebb83b19ba1e8a89e679470d885efe12e3)
15def4c47SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
25def4c47SEmmanuel Vadot%YAML 1.2
35def4c47SEmmanuel Vadot---
45def4c47SEmmanuel Vadot$id: http://devicetree.org/schemas/iio/dac/ti,dac5571.yaml#
55def4c47SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
65def4c47SEmmanuel Vadot
75def4c47SEmmanuel Vadottitle: Texas Instruments DAC5571 Family
85def4c47SEmmanuel Vadot
95def4c47SEmmanuel Vadotmaintainers:
105def4c47SEmmanuel Vadot  - Sean Nyekjaer <sean@geanix.com>
115def4c47SEmmanuel Vadot
125def4c47SEmmanuel Vadotproperties:
135def4c47SEmmanuel Vadot  compatible:
145def4c47SEmmanuel Vadot    enum:
155def4c47SEmmanuel Vadot      - ti,dac5571
165def4c47SEmmanuel Vadot      - ti,dac6571
175def4c47SEmmanuel Vadot      - ti,dac7571
185def4c47SEmmanuel Vadot      - ti,dac5574
195def4c47SEmmanuel Vadot      - ti,dac6574
205def4c47SEmmanuel Vadot      - ti,dac7574
215def4c47SEmmanuel Vadot      - ti,dac5573
225def4c47SEmmanuel Vadot      - ti,dac6573
235def4c47SEmmanuel Vadot      - ti,dac7573
24*7d0873ebSEmmanuel Vadot      - ti,dac081c081
25b97ee269SEmmanuel Vadot      - ti,dac121c081
265def4c47SEmmanuel Vadot
275def4c47SEmmanuel Vadot  reg:
285def4c47SEmmanuel Vadot    maxItems: 1
295def4c47SEmmanuel Vadot
305def4c47SEmmanuel Vadot  vref-supply:
315def4c47SEmmanuel Vadot    description:
325def4c47SEmmanuel Vadot      Reference voltage must be supplied to establish the scaling of the
335def4c47SEmmanuel Vadot      output voltage.
345def4c47SEmmanuel Vadot
355def4c47SEmmanuel Vadotrequired:
365def4c47SEmmanuel Vadot  - compatible
375def4c47SEmmanuel Vadot  - reg
385def4c47SEmmanuel Vadot  - vref-supply
395def4c47SEmmanuel Vadot
405def4c47SEmmanuel VadotadditionalProperties: false
415def4c47SEmmanuel Vadot
425def4c47SEmmanuel Vadotexamples:
435def4c47SEmmanuel Vadot  - |
445def4c47SEmmanuel Vadot    i2c {
455def4c47SEmmanuel Vadot        #address-cells = <1>;
465def4c47SEmmanuel Vadot        #size-cells = <0>;
475def4c47SEmmanuel Vadot
485def4c47SEmmanuel Vadot        dac@4c {
495def4c47SEmmanuel Vadot            compatible = "ti,dac5571";
50cb7aa33aSEmmanuel Vadot            reg = <0x4c>;
515def4c47SEmmanuel Vadot            vref-supply = <&vdd_supply>;
525def4c47SEmmanuel Vadot        };
535def4c47SEmmanuel Vadot    };
545def4c47SEmmanuel Vadot...
55