16 lines
263 B
Plaintext
16 lines
263 B
Plaintext
|
/*
|
||
|
* Copyright 2021 Laird Connectivity
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
&i2c0 {
|
||
|
dac0: mcp4725@60 {
|
||
|
/* MCP4725 not populated at factory */
|
||
|
compatible = "microchip,mcp4725";
|
||
|
reg = <0x60>;
|
||
|
label = "MCP4725";
|
||
|
#io-channel-cells = <1>;
|
||
|
};
|
||
|
};
|