1/* 2 * Copyright (c) 2021 Matija Tudan 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7&arduino_i2c { 8 status = "okay"; 9 10 max17262@36 { 11 compatible = "maxim,max17262"; 12 reg = <0x36>; 13 design-voltage = <3600>; 14 desired-voltage = <3600>; 15 desired-charging-current = <2000>; 16 design-cap = <17000>; 17 empty-voltage = <3300>; 18 recovery-voltage = <3880>; 19 charge-voltage = <3600>; 20 status = "okay"; 21 }; 22}; 23