mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-09-18 13:22:15 +02:00
22 lines
363 B
Plaintext
22 lines
363 B
Plaintext
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (C) 2021 Alibaba Group Holding Limited.
|
|
*/
|
|
|
|
#include "light-a-val.dts"
|
|
|
|
&resmem {
|
|
#address-cells = <2>;
|
|
#size-cells = <2>;
|
|
ranges;
|
|
|
|
/* 512M for guest memory */
|
|
guestmem: memory@50000000 {
|
|
reg = <0x0 0x50000000 0x0 0x20000000>;
|
|
};
|
|
};
|
|
|
|
&khvhost {
|
|
memory-region = <&guestmem>;
|
|
};
|