25 lines
369 B
Plaintext
25 lines
369 B
Plaintext
/*
|
|
* Copyright (c) 2021 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
#include <zephyr/dt-bindings/pcie/pcie.h>
|
|
|
|
/ {
|
|
pcie0 {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
compatible = "intel,pcie";
|
|
ranges;
|
|
|
|
ivshmem0: ivshmem0 {
|
|
compatible = "qemu,ivshmem";
|
|
|
|
vendor-id = <0x1af4>;
|
|
device-id = <0x1110>;
|
|
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|