Skip to content

Commit

Permalink
xenvm: add a simple PSCI node and a second cpu
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
CC: rob.herring@calxeda.com
CC: will.deacon@arm.com
CC: arnd@arndb.de
  • Loading branch information
Stefano Stabellini committed Apr 25, 2013
1 parent 17b7ab8 commit d37a6e1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions arch/arm/boot/dts/xenvm-4.2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,19 @@
compatible = "arm,cortex-a15";
reg = <0>;
};

cpu@1 {
device_type = "cpu";
compatible = "arm,cortex-a15";
reg = <1>;
};
};

psci {
compatible = "arm,psci";
method = "hvc";
cpu_off = <1>;
cpu_on = <2>;
};

memory@80000000 {
Expand Down

0 comments on commit d37a6e1

Please sign in to comment.