11 lines
182 B
Text
11 lines
182 B
Text
|
/* Copyright (c) 2024 Google LLC
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
&i2c0 {
|
||
|
blocking_emul: blocking-emul@80 {
|
||
|
compatible = "zephyr,blocking-emul";
|
||
|
reg = <0x80>;
|
||
|
};
|
||
|
};
|