提交 483b4da2 编写于 作者: G Gregory CLEMENT

arm64: dts: marvell: armada-3720-db: Sort the dts node alphabetically

Sort the reference nodes in alphabetical order to ease the merge of
future nodes.
Reviewed-by: NAndreas Färber <afaerber@suse.de>
Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
上级 5526bdc6
...@@ -78,6 +78,20 @@ ...@@ -78,6 +78,20 @@
}; };
}; };
&eth0 {
pinctrl-names = "default";
pinctrl-0 = <&rgmii_pins>;
phy-mode = "rgmii-id";
phy = <&phy0>;
status = "okay";
};
&eth1 {
phy-mode = "sgmii";
phy = <&phy1>;
status = "okay";
};
&i2c0 { &i2c0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&i2c1_pins>; pinctrl-0 = <&i2c1_pins>;
...@@ -108,11 +122,36 @@ ...@@ -108,11 +122,36 @@
}; };
}; };
&mdio {
status = "okay";
phy0: ethernet-phy@0 {
reg = <0>;
};
phy1: ethernet-phy@1 {
reg = <1>;
};
};
/* CON17 (PCIe) / CON12 (mini-PCIe) */
&pcie0 {
status = "okay";
};
/* CON3 */ /* CON3 */
&sata { &sata {
status = "okay"; status = "okay";
}; };
&sdhci0 {
non-removable;
bus-width = <8>;
mmc-ddr-1_8v;
mmc-hs400-1_8v;
marvell,pad-type = "fixed-1-8v";
status = "okay";
};
&spi0 { &spi0 {
status = "okay"; status = "okay";
pinctrl-names = "default"; pinctrl-names = "default";
...@@ -152,12 +191,8 @@ ...@@ -152,12 +191,8 @@
status = "okay"; status = "okay";
}; };
&sdhci0 { /* CON27 */
non-removable; &usb2 {
bus-width = <8>;
mmc-ddr-1_8v;
mmc-hs400-1_8v;
marvell,pad-type = "fixed-1-8v";
status = "okay"; status = "okay";
}; };
...@@ -166,39 +201,3 @@ ...@@ -166,39 +201,3 @@
status = "okay"; status = "okay";
usb-phy = <&usb3_phy>; usb-phy = <&usb3_phy>;
}; };
/* CON17 (PCIe) / CON12 (mini-PCIe) */
&pcie0 {
status = "okay";
};
/* CON27 */
&usb2 {
status = "okay";
};
&mdio {
status = "okay";
phy0: ethernet-phy@0 {
reg = <0>;
};
phy1: ethernet-phy@1 {
reg = <1>;
};
};
&eth0 {
pinctrl-names = "default";
pinctrl-0 = <&rgmii_pins>;
phy-mode = "rgmii-id";
phy = <&phy0>;
status = "okay";
};
&eth1 {
phy-mode = "sgmii";
phy = <&phy1>;
status = "okay";
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册