xref: /freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-evk-pcie-ep.dtso (revision 5f62a964e9f8abc6a05d8338273fadd154f0a206)
1*5f62a964SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2*5f62a964SEmmanuel Vadot/*
3*5f62a964SEmmanuel Vadot * Copyright 2024 NXP
4*5f62a964SEmmanuel Vadot */
5*5f62a964SEmmanuel Vadot
6*5f62a964SEmmanuel Vadot/dts-v1/;
7*5f62a964SEmmanuel Vadot/plugin/;
8*5f62a964SEmmanuel Vadot
9*5f62a964SEmmanuel Vadot&pcie {
10*5f62a964SEmmanuel Vadot	status = "disabled";
11*5f62a964SEmmanuel Vadot};
12*5f62a964SEmmanuel Vadot
13*5f62a964SEmmanuel Vadot&pcie_ep {
14*5f62a964SEmmanuel Vadot	pinctrl-0 = <&pinctrl_pcie0>;
15*5f62a964SEmmanuel Vadot	pinctrl-names = "default";
16*5f62a964SEmmanuel Vadot	status = "okay";
17*5f62a964SEmmanuel Vadot};
18