1/*
2 * Copyright 2021 Laird Connectivity
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&i2c0 {
8 dac0: mcp4725@60 {
9 /* MCP4725 not populated at factory */
10 compatible = "microchip,mcp4725";
11 reg = <0x60>;
12 label = "MCP4725";
13 #io-channel-cells = <1>;
14 };
15};
16