/* * Copyright (c) 2023 Google LLC * * SPDX-License-Identifier: Apache-2.0 */ #include / { fake_i2c_bus: i2c@100 { status = "okay"; compatible = "zephyr,i2c-emul-controller"; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; reg = <0x100 4>; }; }; &fake_i2c_bus { clock-frequency = ; compatible = "zephyr,i2c-emul-controller"; smartbattery0: smartbattery@b { compatible = "sbs,sbs-gauge-new-api"; reg = <0x0B>; status = "okay"; }; };