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