1/* Copyright (c) 2024 Google LLC
2 * SPDX-License-Identifier: Apache-2.0
3 */
4
5&i2c0 {
6	blocking_emul: blocking-emul@80 {
7		compatible = "zephyr,blocking-emul";
8		reg = <0x80>;
9	};
10};
11