Switch from native_posix to native_sim as default test platform Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
13 lines
200 B
Text
13 lines
200 B
Text
/*
|
|
* Copyright 2021 Google LLC
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&espi0 {
|
|
espi_host: espi-host@0 {
|
|
status = "okay";
|
|
compatible = "zephyr,espi-emul-espi-host";
|
|
reg = <0x0>;
|
|
};
|
|
};
|