1/*
2 * Copyright (c) 2021 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6#include <zephyr/dt-bindings/pcie/pcie.h>
7
8/ {
9	pcie0 {
10		#address-cells = <1>;
11		#size-cells = <1>;
12		compatible = "intel,pcie";
13		ranges;
14
15		ivshmem0: ivshmem0 {
16			compatible = "qemu,ivshmem";
17
18			vendor-id = <0x1af4>;
19			device-id = <0x1110>;
20
21			status = "okay";
22		};
23	};
24};
25