blob: fcfcd15d8de656e5c91cb6117de2a2fec0e50b60 [file] [log] [blame]
Konstantin Porotchkin236f17c2021-03-16 17:20:52 +01001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2019 Marvell International Ltd.
4 */
5
6#include "cn9130-crb.dtsi"
7
8/ {
9 model = "CN9130-CRB-A";
10 compatible = "marvell,cn9130-crb-A",
11 "marvell,cn9130",
12 "marvell,armada-ap806-quad",
13 "marvell,armada-ap806";
14};
15
16&cp0_comphy {
17 phy0 {
Igal Liberman2dbba242017-04-26 15:40:00 +030018 phy-type = <COMPHY_TYPE_PEX0>;
Konstantin Porotchkin236f17c2021-03-16 17:20:52 +010019 };
20
21 phy1 {
Igal Liberman2dbba242017-04-26 15:40:00 +030022 phy-type = <COMPHY_TYPE_PEX0>;
Konstantin Porotchkin236f17c2021-03-16 17:20:52 +010023 };
24
25 phy2 {
Igal Liberman2dbba242017-04-26 15:40:00 +030026 phy-type = <COMPHY_TYPE_PEX0>;
Konstantin Porotchkin236f17c2021-03-16 17:20:52 +010027 };
28
29 phy3 {
Igal Liberman2dbba242017-04-26 15:40:00 +030030 phy-type = <COMPHY_TYPE_PEX0>;
Konstantin Porotchkin236f17c2021-03-16 17:20:52 +010031 };
32
33 phy4 {
Igal Liberman341e5482018-05-14 11:20:54 +030034 phy-type = <COMPHY_TYPE_SFI0>;
Igal Liberman2dbba242017-04-26 15:40:00 +030035 phy-speed = <COMPHY_SPEED_10_3125G>;
Konstantin Porotchkin236f17c2021-03-16 17:20:52 +010036 };
37
38 phy5 {
Igal Liberman2dbba242017-04-26 15:40:00 +030039 phy-type = <COMPHY_TYPE_SGMII2>;
40 phy-speed = <COMPHY_SPEED_3_125G>;
Konstantin Porotchkin236f17c2021-03-16 17:20:52 +010041 };
42};
43
44&cp0_pcie0 {
45 num-lanes = <4>;
46 /* non-prefetchable memory */
47 ranges =<0x82000000 0 0xc0000000 0 0xc0000000 0 0x2000000>;
48 status = "disabled";
49};
50
51&cp0_usb3_0 {
52 status = "okay";
53};
54
55&cp0_usb3_1 {
56 status = "okay";
57};