blob: 23426fc2ddfc869d22ed54e031a355359b354f0f [file] [log] [blame]
David Brazdil7a462ec2019-08-15 12:27:47 +01001/*
2 * Copyright 2019 The Hafnium Authors.
3 *
Andrew Walbrane959ec12020-06-17 15:01:09 +01004 * Use of this source code is governed by a BSD-style
5 * license that can be found in the LICENSE file or at
6 * https://opensource.org/licenses/BSD-3-Clause.
David Brazdil7a462ec2019-08-15 12:27:47 +01007 */
8
9/dts-v1/;
10
David Brazdila2358d42020-01-27 18:51:38 +000011/ {
David Brazdil7a462ec2019-08-15 12:27:47 +010012 hypervisor {
David Brazdil74e9c3b2019-08-28 11:09:08 +010013 compatible = "hafnium,hafnium";
David Brazdil7a462ec2019-08-15 12:27:47 +010014 vm1 {
Andrew Scull72b43c02019-09-18 13:53:45 +010015 debug_name = "linux_test";
16 kernel_filename = "vmlinuz";
David Brazdile6f83222019-09-23 14:47:37 +010017 ramdisk_filename = "initrd.img";
David Brazdil7a462ec2019-08-15 12:27:47 +010018 };
19
20 vm2 {
21 debug_name = "socket0";
22 vcpu_count = <1>;
23 mem_size = <0x100000>;
24 kernel_filename = "socket0";
25 };
26 };
27};