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 ivshmem0: ivshmem0 { 11 compatible = "qemu,ivshmem"; 12 13 vendor-id = <0x1af4>; 14 device-id = <0x1110>; 15 16 status = "okay"; 17 }; 18 }; 19}; 20