dts: qemu: a53: add cpu1 node

Add cpu1 node

Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Peng Fan 2020-12-25 14:40:40 +08:00 committed by Anas Nashif
parent a2ea20dd6d
commit cefba05a71
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@
compatible = "arm,cortex-a53";
reg = <0>;
};
cpu@1 {
device_type = "cpu";
compatible = "arm,cortex-a53";
reg = <1>;
};
};
timer {