Re: [PATCH 1/2] dt-bindings: iio: dac: add support for Microchip MCP48FEB02 to MCP47FEB02

From: David Lechner

Date: Sat Apr 04 2026 - 09:44:11 EST


On 4/3/26 5:50 AM, Ariana Lazar wrote:
> This is the device tree schema for iio driver for Microchip
> MCP48FxBy1/2/4/8 series of buffered voltage output Digital-to-Analog
> Converters with nonvolatile or volatile memory on top of MCP47FEB02.
> The families support up to 8 output channels and have 8-bit, 10-bit or
> 12-bit resolution.
>

...

> examples:
> - |
> @@ -280,7 +398,7 @@ examples:
>
> #address-cells = <1>;
> #size-cells = <0>;
> - dac@0 {
> + dac@60 {
> compatible = "microchip,mcp47feb02";
> reg = <0>;

Need to change reg to 0x60 also.

> vdd-supply = <&vdac_vdd>;
> @@ -299,4 +417,29 @@ examples:
> };
> };
> };