dts: zephyr,native-posix-cpu changed to zephyr,native-sim-cpu
The old binding remains until 4.4 but is deprecated. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
d881e794ba
commit
a8b44fd1d1
4 changed files with 11 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
/ {
|
||||
cpus {
|
||||
cpu1: cpu@1 {
|
||||
compatible = "zephyr,native-posix-cpu";
|
||||
compatible = "zephyr,native-sim-cpu";
|
||||
reg = <1>;
|
||||
cpu-power-states = <&state2>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue