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