blob: e0237864189ae1e6faf2a1b328add991464dcfee [file] [log] [blame]
/*
* Copyright 2023 Linaro.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/dt-bindings/pcie/pcie.h>
/ {
ivhsmem {
ivshmem0: ivshmem {
compatible = "qemu,ivshmem";
vendor-id = <0x1af4>;
device-id = <0x1110>;
status = "okay";
};
};
};