aboutsummaryrefslogtreecommitdiffstats
blob: dcf133a3b0e8a068e288e5573e2e0fa6d6596f75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// SPDX-License-Identifier: GPL-2.0
/**
 * Overlay for enabling PCIe on k3-j7200-evm board
 *
 * Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/
 */

/dts-v1/;
/plugin/;

#include <dt-bindings/mux/mux-j7200-wiz.h>

&serdes_ln_ctrl {
	idle-states = <SERDES0_LANE0_PCIE1_LANE0>, <SERDES0_LANE1_PCIE1_LANE1>,
		      <SERDES0_LANE2_PCIE1_LANE2>, <SERDES0_LANE3_PCIE1_LANE3>;
	status = "okay";
};

&serdes_wiz0 {
	status = "okay";
};

&pcie1_rc {
	status = "okay";
};