Commit 1b89dc93 authored by Kishon Vijay Abraham I's avatar Kishon Vijay Abraham I Committed by Tero Kristo

arm64: dts: ti: am654-base-board: Disable SERDES and PCIe

AM654 base board does not have any PCIe slots. Disable all the
SERDES and PCIe instances.
Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
parent 30eb8ea4
......@@ -255,3 +255,27 @@ adc {
ti,adc-channels = <0 1 2 3 4 5 6 7>;
};
};
&serdes0 {
status = "disabled";
};
&serdes1 {
status = "disabled";
};
&pcie0_rc {
status = "disabled";
};
&pcie0_ep {
status = "disabled";
};
&pcie1_rc {
status = "disabled";
};
&pcie1_ep {
status = "disabled";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment