Commit 976a5ccb authored by Biju Das's avatar Biju Das Committed by Simon Horman

ARM: dts: iwg23s-sbc: Add pinctl support for EtherAVB

Adding pinctrl support for EtherAVB interface.
Signed-off-by: default avatarBiju Das <biju.das@bp.renesas.com>
Reviewed-by: default avatarFabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarFabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent b5079d76
...@@ -60,6 +60,9 @@ vccq_sdhi2: regulator-vccq-sdhi2 { ...@@ -60,6 +60,9 @@ vccq_sdhi2: regulator-vccq-sdhi2 {
}; };
&avb { &avb {
pinctrl-0 = <&avb_pins>;
pinctrl-names = "default";
phy-handle = <&phy3>; phy-handle = <&phy3>;
phy-mode = "gmii"; phy-mode = "gmii";
renesas,no-ether-link; renesas,no-ether-link;
...@@ -82,6 +85,11 @@ &extal_clk { ...@@ -82,6 +85,11 @@ &extal_clk {
}; };
&pfc { &pfc {
avb_pins: avb {
groups = "avb_mdio", "avb_gmii_tx_rx";
function = "avb";
};
mmc_pins_uhs: mmc_uhs { mmc_pins_uhs: mmc_uhs {
groups = "mmc_data8", "mmc_ctrl"; groups = "mmc_data8", "mmc_ctrl";
function = "mmc"; function = "mmc";
......
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