Skip to content

Commit 1b89dc9

Browse files
kishonTero Kristo
authored andcommitted
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: Kishon Vijay Abraham I <[email protected]> Signed-off-by: Tero Kristo <[email protected]>
1 parent 30eb8ea commit 1b89dc9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

arch/arm64/boot/dts/ti/k3-am654-base-board.dts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,3 +255,27 @@
255255
ti,adc-channels = <0 1 2 3 4 5 6 7>;
256256
};
257257
};
258+
259+
&serdes0 {
260+
status = "disabled";
261+
};
262+
263+
&serdes1 {
264+
status = "disabled";
265+
};
266+
267+
&pcie0_rc {
268+
status = "disabled";
269+
};
270+
271+
&pcie0_ep {
272+
status = "disabled";
273+
};
274+
275+
&pcie1_rc {
276+
status = "disabled";
277+
};
278+
279+
&pcie1_ep {
280+
status = "disabled";
281+
};

0 commit comments

Comments
 (0)