blob: ed73284d9bb61818e9d5fb9d8309aae1f653f29d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright 2024 NXP
*/
/dts-v1/;
/plugin/;
&pcie0 {
status = "disabled";
};
&pcie0_ep {
status = "okay";
};
|