remove pci bus compatible id dependency from qemu platforms overlay files for disk and ivshmem test apps. This already provided as part of respecitve board dts files and hence no need to duplicate here. Signed-off-by: Najumon B.A <najumon.ba@intel.com>
19 lines
284 B
Text
19 lines
284 B
Text
/*
|
|
* Copyright (c) 2021 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
#include <zephyr/dt-bindings/pcie/pcie.h>
|
|
|
|
/ {
|
|
pcie0 {
|
|
ivshmem0: ivshmem0 {
|
|
compatible = "qemu,ivshmem";
|
|
|
|
vendor-id = <0x1af4>;
|
|
device-id = <0x1110>;
|
|
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|