Jetpack/hardware/nvidia/platform/t19x/jakku/kernel-dts/common/tegra194-p3668-pcie-plugin-manager.dtsi
dchvs 31faf4d851 cti_kernel: Add CTI sources
Elroy L4T r32.4.4 – JetPack 4.4.1
2021-03-15 20:15:11 -06:00

64 lines
1.8 KiB
Plaintext

/*
* Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*/
/ {
plugin-manager {
fragment-pcie-c5-rp {
odm-anded-override;
odm-data = "disable-pcie-c5-endpoint", "enable-nvhs-uphy-pcie-c5";
override@0 {
target = <&{/pcie@141a0000}>;
_overlay_ {
status = "okay";
};
};
override@1 {
target = <&{/pcie_ep@141a0000}>;
_overlay_ {
status = "disabled";
};
};
override@2 {
target = <&{/gpio@c2f0000/pex-refclk-sel-low}>;
_overlay_ {
status = "okay";
};
};
};
fragment-pcie-c5-ep {
odm-anded-override;
odm-data = "enable-pcie-c5-endpoint", "enable-nvhs-uphy-pcie-c5";
override@0 {
target = <&{/pcie@141a0000}>;
_overlay_ {
status = "disabled";
};
};
override@1 {
target = <&{/pcie_ep@141a0000}>;
_overlay_ {
status = "okay";
};
};
override@2 {
target = <&{/gpio@c2f0000/pex-refclk-sel-high}>;
_overlay_ {
status = "okay";
};
};
};
};
};