blob: 1485f30e4d50b5c48054c04e2ca71b0ad687a5db [file] [log] [blame]
/* SPDX-License-Identifier: Apache-2.0 */
#include <zephyr/dt-bindings/pcie/pcie.h>
/ {
pcie0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "intel,pcie";
ranges;
nvme0: nvme0 {
compatible = "nvme-controller";
vendor-id = <0x1B36>;
device-id = <0x0010>;
status = "okay";
};
};
};