1/*
2 * SPDX-FileCopyrightText: Copyright (c) 2023 Carl Zeiss Meditec AG
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6&i2c0 {
7	adltc2990_0_0: adltc2990_0_0@1 {
8		compatible = "adi,adltc2990";
9		reg = <0x1>;
10		measurement-mode = <0 0>;
11		pins-v1-v2-current-resistor = <0>;
12		pins-v3-v4-current-resistor = <0>;
13		pin-v1-voltage-divider-resistors = <500 1000>;
14		pin-v2-voltage-divider-resistors = <110000 100000>;
15		pin-v3-voltage-divider-resistors = <7000 1000>;
16		pin-v4-voltage-divider-resistors = <500 1000>;
17	};
18
19	adltc2990_1_3: adltc2990_1_3@b {
20		compatible = "adi,adltc2990";
21		reg = <0xb>;
22		temperature-format = <0>;
23		acquistion-format = <1>;
24		measurement-mode = <1 3>;
25		pins-v1-v2-current-resistor = <1000000>;
26		pins-v3-v4-current-resistor = <0>;
27		pin-v1-voltage-divider-resistors = <0 1>;
28		pin-v2-voltage-divider-resistors = <0 1>;
29		pin-v3-voltage-divider-resistors = <0 1>;
30		pin-v4-voltage-divider-resistors = <0 1>;
31	};
32
33	adltc2990_4_3: adltc2990_4_3@c {
34		compatible = "adi,adltc2990";
35		reg = <0xc>;
36		measurement-mode = <4 3>;
37		pins-v1-v2-current-resistor = <1000000>;
38		pins-v3-v4-current-resistor = <0>;
39		pin-v1-voltage-divider-resistors = <0 1>;
40		pin-v2-voltage-divider-resistors = <0 1>;
41		pin-v3-voltage-divider-resistors = <0 1>;
42		pin-v4-voltage-divider-resistors = <0 1>;
43	};
44
45	adltc2990_5_3: adltc2990_5_3@d {
46		compatible = "adi,adltc2990";
47		reg = <0xd>;
48		temperature-format = <1>;
49		acquistion-format = <1>;
50		measurement-mode = <5 3>;
51		pins-v1-v2-current-resistor = <1000000>;
52		pins-v3-v4-current-resistor = <0>;
53		pin-v1-voltage-divider-resistors = <0 1>;
54		pin-v2-voltage-divider-resistors = <0 1>;
55		pin-v3-voltage-divider-resistors = <0 1>;
56		pin-v4-voltage-divider-resistors = <0 1>;
57	};
58
59	adltc2990_6_3: adltc2990_6_3@e {
60		compatible = "adi,adltc2990";
61		reg = <0xe>;
62		temperature-format = <1>;
63		acquistion-format = <1>;
64		measurement-mode = <6 3>;
65		pins-v1-v2-current-resistor = <10000>;
66		pins-v3-v4-current-resistor = <100000>;
67		pin-v1-voltage-divider-resistors = <500 1000>;
68		pin-v2-voltage-divider-resistors = <110000 100000>;
69		pin-v3-voltage-divider-resistors = <7000 1000>;
70		pin-v4-voltage-divider-resistors = <500 1000>;
71	};
72
73	adltc2990_7_3: adltc2990_7_3@f {
74		compatible = "adi,adltc2990";
75		reg = <0xf>;
76		temperature-format = <1>;
77		acquistion-format = <1>;
78		measurement-mode = <7 3>;
79		pins-v1-v2-current-resistor = <0>;
80		pins-v3-v4-current-resistor = <0>;
81		pin-v1-voltage-divider-resistors = <500 1000>;
82		pin-v2-voltage-divider-resistors = <110000 100000>;
83		pin-v3-voltage-divider-resistors = <7000 1000>;
84		pin-v4-voltage-divider-resistors = <500 1000>;
85	};
86
87	adltc2990_incorrect: adltc2990_incorrect@0 {
88		compatible = "adi,adltc2990";
89		reg = <0x0>;
90		measurement-mode = <8 4>;
91		pins-v1-v2-current-resistor = <0>;
92		pins-v3-v4-current-resistor = <0>;
93		pin-v1-voltage-divider-resistors = <500 1000>;
94		pin-v2-voltage-divider-resistors = <110000 100000>;
95		pin-v3-voltage-divider-resistors = <7000 1000>;
96		pin-v4-voltage-divider-resistors = <500 1000>;
97	};
98};
99