1 // SPDX-License-Identifier: GPL-2.0
3 * Xen Virtual Machine for unprivileged guests
5 * Based on ARM Ltd. Versatile Express CoreTile Express (single CPU)
6 * Cortex-A15 MPCore (V2P-CA15)
14 compatible = "xen,xenvm-4.2", "xen,xenvm";
15 interrupt-parent = <&gic>;
20 /* this field is going to be adjusted by the hypervisor */
21 bootargs = "console=hvc0 root=/dev/xvda";
30 compatible = "arm,cortex-a15";
36 compatible = "arm,cortex-a15";
42 compatible = "arm,psci";
49 device_type = "memory";
50 /* this field is going to be adjusted by the hypervisor */
51 reg = <0 0x80000000 0 0x08000000>;
54 gic: interrupt-controller@2c001000 {
55 compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
56 #interrupt-cells = <3>;
59 reg = <0 0x2c001000 0 0x1000>,
60 <0 0x2c002000 0 0x100>;
64 compatible = "arm,armv7-timer";
65 interrupts = <1 13 0xf08>,
72 compatible = "xen,xen-4.2", "xen,xen";
73 /* this field is going to be adjusted by the hypervisor */
74 reg = <0 0xb0000000 0 0x20000>;
75 /* this field is going to be adjusted by the hypervisor */
76 interrupts = <1 15 0xf08>;
80 arm,v2m-memory-map = "rs1";