Commit 483b4da2 authored by Gregory CLEMENT's avatar 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: default avatarAndreas Färber <afaerber@suse.de>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 5526bdc6
...@@ -78,6 +78,20 @@ usb3_phy: usb3-phy { ...@@ -78,6 +78,20 @@ usb3_phy: usb3-phy {
}; };
}; };
&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 @@ rtc@68 { ...@@ -108,11 +122,36 @@ rtc@68 {
}; };
}; };
&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 @@ &uart0 { ...@@ -152,12 +191,8 @@ &uart0 {
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 @@ &usb3 { ...@@ -166,39 +201,3 @@ &usb3 {
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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment