Commit 9bec5c56 authored by Martin Blumenstingl's avatar Martin Blumenstingl Committed by Kevin Hilman

ARM: dts: meson8b: odroid-c1: sort nodes alphabetically

This makes it easier to find existing nodes. No functional changes.
Signed-off-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent e8d85d76
...@@ -103,10 +103,34 @@ tf_io: gpio-regulator-tf_io { ...@@ -103,10 +103,34 @@ tf_io: gpio-regulator-tf_io {
}; };
}; };
&uart_AO { &ethmac {
status = "okay"; status = "okay";
pinctrl-0 = <&uart_ao_a_pins>;
snps,reset-gpio = <&gpio GPIOH_4 GPIO_ACTIVE_HIGH>;
snps,reset-active-low;
snps,reset-delays-us = <0 10000 30000>;
pinctrl-0 = <&eth_rgmii_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
phy-mode = "rgmii";
phy-handle = <&eth_phy>;
amlogic,tx-delay-ns = <4>;
mdio {
compatible = "snps,dwmac-mdio";
#address-cells = <1>;
#size-cells = <0>;
/* Realtek RTL8211F (0x001cc916) */
eth_phy: ethernet-phy@0 {
reg = <0>;
eee-broken-1000t;
interrupt-parent = <&gpio_intc>;
/* GPIOH_3 */
interrupts = <17 IRQ_TYPE_LEVEL_LOW>;
};
};
}; };
&gpio_ao { &gpio_ao {
...@@ -124,14 +148,6 @@ usb-hub { ...@@ -124,14 +148,6 @@ usb-hub {
}; };
}; };
&usb1_phy {
status = "okay";
};
&usb1 {
status = "okay";
};
&sdio { &sdio {
status = "okay"; status = "okay";
...@@ -158,32 +174,16 @@ sd_card_slot: slot@1 { ...@@ -158,32 +174,16 @@ sd_card_slot: slot@1 {
}; };
}; };
&ethmac { &uart_AO {
status = "okay"; status = "okay";
pinctrl-0 = <&uart_ao_a_pins>;
snps,reset-gpio = <&gpio GPIOH_4 GPIO_ACTIVE_HIGH>;
snps,reset-active-low;
snps,reset-delays-us = <0 10000 30000>;
pinctrl-0 = <&eth_rgmii_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
};
phy-mode = "rgmii"; &usb1_phy {
phy-handle = <&eth_phy>; status = "okay";
amlogic,tx-delay-ns = <4>; };
mdio {
compatible = "snps,dwmac-mdio";
#address-cells = <1>;
#size-cells = <0>;
/* Realtek RTL8211F (0x001cc916) */ &usb1 {
eth_phy: ethernet-phy@0 { status = "okay";
reg = <0>;
eee-broken-1000t;
interrupt-parent = <&gpio_intc>;
/* GPIOH_3 */
interrupts = <17 IRQ_TYPE_LEVEL_LOW>;
};
};
}; };
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