Skip to content

Commit fa861d8

Browse files
committed
[Edgecore] Add as4560-52p DTS
Signed-off-by: Brandon Chuang <brandon_chuang@edge-core.com>
1 parent e6ed169 commit fa861d8

2 files changed

Lines changed: 439 additions & 0 deletions

File tree

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2+
/*
3+
* Device Tree For AC5_db.
4+
*
5+
* Copyright (C) 2021 Marvell
6+
*
7+
*/
8+
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
9+
/*
10+
* Device Tree file for Marvell Alleycat 5 development board
11+
* This board file supports the B configuration of the board
12+
*/
13+
14+
#include "ac5.dtsi"
15+
16+
/ {
17+
model = "Marvell AC5X RD board";
18+
};
19+
20+
&mdio {
21+
status = "disabled";
22+
pinctrl-names = "default";
23+
phy0: ethernet-phy@0 {
24+
reg = <0x0>;
25+
};
26+
};
27+
28+
&eth0 {
29+
status = "disabled";
30+
phy-mode = "sgmii";
31+
phy = <&phy0>;
32+
};
33+
34+
&usb0 {
35+
status= "okay";
36+
};
37+
38+
&usb1 {
39+
compatible = "chipidea,usb2";
40+
phys = <&usb1phy>;
41+
phy-names = "usb-phy";
42+
dr_mode = "host";
43+
};
44+

0 commit comments

Comments
 (0)