linux-brain/arch/arm/boot/dts/imx6sx-sdb-pcie-ep.dts
Richard Zhu 808c4bb81e MLK-24012-08 arm: dts: add imx6sx pcie ep support
Add the iMX6SX PCIe EP mode, and verify the EP mode on SDB board.

Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Reviewed-by: Fugang Duan <fugang.duan@nxp.com>
2020-06-11 10:06:32 +08:00

17 lines
169 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright 2020 NXP
*/
/dts-v1/;
#include "imx6sx-sdb.dts"
&pcie{
status = "disabled";
};
&pcie_ep{
status = "okay";
};