Commit e8ac55a5 authored by Wolfram Sang's avatar Wolfram Sang Committed by Geert Uytterhoeven
parent 5a633320
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
* Copyright (C) 2020 Renesas Electronics Corp. * Copyright (C) 2020 Renesas Electronics Corp.
*/ */
#include <dt-bindings/gpio/gpio.h>
#include "r8a779a0.dtsi" #include "r8a779a0.dtsi"
/ { / {
...@@ -33,6 +34,22 @@ memory@700000000 { ...@@ -33,6 +34,22 @@ memory@700000000 {
}; };
}; };
&avb0 {
pinctrl-0 = <&avb0_pins>;
pinctrl-names = "default";
phy-handle = <&phy0>;
tx-internal-delay-ps = <2000>;
status = "okay";
phy0: ethernet-phy@0 {
rxc-skew-ps = <1500>;
reg = <0>;
interrupt-parent = <&gpio4>;
interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
reset-gpios = <&gpio4 15 GPIO_ACTIVE_LOW>;
};
};
&extal_clk { &extal_clk {
clock-frequency = <16666666>; clock-frequency = <16666666>;
}; };
...@@ -66,6 +83,24 @@ &i2c6 { ...@@ -66,6 +83,24 @@ &i2c6 {
}; };
&pfc { &pfc {
avb0_pins: avb0 {
mux {
groups = "avb0_link", "avb0_mdio", "avb0_rgmii", "avb0_txcrefclk";
function = "avb0";
};
pins_mdio {
groups = "avb0_mdio";
drive-strength = <21>;
};
pins_mii {
groups = "avb0_rgmii";
drive-strength = <21>;
};
};
i2c0_pins: i2c0 { i2c0_pins: i2c0 {
groups = "i2c0"; groups = "i2c0";
function = "i2c0"; function = "i2c0";
......
...@@ -13,6 +13,7 @@ / { ...@@ -13,6 +13,7 @@ / {
compatible = "renesas,falcon-breakout", "renesas,falcon-cpu", "renesas,r8a779a0"; compatible = "renesas,falcon-breakout", "renesas,falcon-cpu", "renesas,r8a779a0";
aliases { aliases {
ethernet0 = &avb0;
serial0 = &scif0; serial0 = &scif0;
}; };
......
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