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