diff options
| -rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts index 4b3331fbfe39..dff9b15eb3c0 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts +++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | |||
| @@ -66,9 +66,22 @@ | |||
| 66 | 66 | ||
| 67 | ðmac { | 67 | ðmac { |
| 68 | status = "okay"; | 68 | status = "okay"; |
| 69 | phy-mode = "rgmii"; | ||
| 70 | pinctrl-0 = <ð_rgmii_y_pins>; | 69 | pinctrl-0 = <ð_rgmii_y_pins>; |
| 71 | pinctrl-names = "default"; | 70 | pinctrl-names = "default"; |
| 71 | phy-handle = <ð_phy0>; | ||
| 72 | phy-mode = "rgmii"; | ||
| 73 | |||
| 74 | mdio { | ||
| 75 | compatible = "snps,dwmac-mdio"; | ||
| 76 | #address-cells = <1>; | ||
| 77 | #size-cells = <0>; | ||
| 78 | |||
| 79 | eth_phy0: ethernet-phy@0 { | ||
| 80 | /* Realtek RTL8211F (0x001cc916) */ | ||
| 81 | reg = <0>; | ||
| 82 | eee-broken-1000t; | ||
| 83 | }; | ||
| 84 | }; | ||
| 72 | }; | 85 | }; |
| 73 | 86 | ||
| 74 | &uart_A { | 87 | &uart_A { |
