xref: /linux/scripts/dtc/include-prefixes/arm64/marvell/db-falcon-carrier.dtsi (revision 6589b3d76db2d6adbf8f2084c303fb24252a0dc6)
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (C) 2023 Marvell International Ltd.
4 *
5 * Device tree for the Falcon DB Type 7 Com Express carrier board,
6 * This (DB-98CX8540/80) specific carrier board only maintains
7 * a PCIe link with the COM Express CPU module, which does not
8 * require any special DTS definitions.
9 *
10 * The board contains the 98CX8540/80 Switch, which connects by
11 * PCIe to the COM Express CPU module.
12 * This CPU module can be any standard COM Express CPU module with
13 * PCIe support.
14 *
15 * There is no Linux CPU booting in this mode on the carrier,
16 * only on the COM Express CPU module.
17 */
18
19/ {
20	model = "Marvell Armada Falcon DB COM EXPRESS type 7 carrier board";
21	compatible = "marvell,db-falcon-carrier";
22};
23