Skip to content

Commit 726d5ae

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

File tree

2 files changed

+434
-0
lines changed

2 files changed

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

0 commit comments

Comments
 (0)