提交 9ca6129d 编写于 作者: K Kunihiko Hayashi 提交者: Masahiro Yamada

ARM: dts: uniphier: add pinctrl groups of ethernet for second instance

Add pinctrl groups of ethernet, such as "ether1_rgmii" and "ether1_rmii".
These are used for second ethernet instance.
Signed-off-by: NKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 6f36ee0b
...@@ -71,6 +71,16 @@ ...@@ -71,6 +71,16 @@
function = "ether_rmii"; function = "ether_rmii";
}; };
pinctrl_ether1_rgmii: ether1-rgmii {
groups = "ether1_rgmii";
function = "ether1_rgmii";
};
pinctrl_ether1_rmii: ether1-rmii {
groups = "ether1_rmii";
function = "ether1_rmii";
};
pinctrl_i2c0: i2c0 { pinctrl_i2c0: i2c0 {
groups = "i2c0"; groups = "i2c0";
function = "i2c0"; function = "i2c0";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册