/* | |
* Copyright 2019 The Hafnium Authors. | |
* | |
* Use of this source code is governed by a BSD-style | |
* license that can be found in the LICENSE file or at | |
* https://opensource.org/licenses/BSD-3-Clause. | |
*/ | |
/dts-v1/; | |
/ { | |
hypervisor { | |
compatible = "hafnium,hafnium"; | |
vm1 { | |
debug_name = "linux_test"; | |
kernel_filename = "vmlinuz"; | |
ramdisk_filename = "initrd.img"; | |
}; | |
vm2 { | |
debug_name = "socket0"; | |
vcpu_count = <1>; | |
mem_size = <0x100000>; | |
kernel_filename = "socket0"; | |
}; | |
}; | |
}; |