0001 // SPDX-License-Identifier: GPL-2.0+
0002 /*
0003 * Copyright (C) 2020 Marvell International Ltd.
0004 */
0005
0006 #include "cn9130-crb.dtsi"
0007
0008 / {
0009 model = "Marvell Armada CN9130-CRB-A";
0010 };
0011
0012 &cp0_pcie0 {
0013 status = "okay";
0014 num-lanes = <4>;
0015 num-viewport = <8>;
0016 /* Generic PHY, providing serdes lanes */
0017 phys = <&cp0_comphy0 0
0018 &cp0_comphy1 0
0019 &cp0_comphy2 0
0020 &cp0_comphy3 0>;
0021 iommu-map =
0022 <0x0 &smmu 0x480 0x20>,
0023 <0x100 &smmu 0x4a0 0x20>,
0024 <0x200 &smmu 0x4c0 0x20>;
0025 iommu-map-mask = <0x031f>;
0026 };
0027
0028 &cp0_usb3_0 {
0029 status = "okay";
0030 usb-phy = <&cp0_usb3_0_phy0>;
0031 phy-names = "usb";
0032 };
0033
0034 &cp0_usb3_1 {
0035 status = "okay";
0036 usb-phy = <&cp0_usb3_0_phy1>;
0037 phy-names = "usb";
0038 };