1/* 2 * Copyright (c) 2021 Leica Geosystems AG 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7&i2c1 { 8 clock-frequency = <I2C_BITRATE_STANDARD>; 9 timings = <32000000 I2C_BITRATE_STANDARD 0x10E03E52>; 10 smartbattery0: smartbattery@b { 11 compatible = "sbs,sbs-gauge"; 12 reg = <0x0B>; 13 status = "okay"; 14 }; 15}; 16