提交 8a7a516a 编写于 作者: K Kunihiko Hayashi 提交者: Masahiro Yamada

ARM: dts: uniphier: add pinctrl groups of ethernet phy mode

Add pinctrl groups of ethenet phy mode, such as "ether_rgmii", "ether_rmii",
and "ether_mii".
Signed-off-by: NKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 7b8330d2
...@@ -18,6 +18,21 @@ ...@@ -18,6 +18,21 @@
function = "emmc"; function = "emmc";
}; };
pinctrl_ether_mii: ether_mii_grp {
groups = "ether_mii";
function = "ether_mii";
};
pinctrl_ether_rgmii: ether_rgmii_grp {
groups = "ether_rgmii";
function = "ether_rgmii";
};
pinctrl_ether_rmii: ether_rmii_grp {
groups = "ether_rmii";
function = "ether_rmii";
};
pinctrl_i2c0: i2c0_grp { pinctrl_i2c0: i2c0_grp {
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.
先完成此消息的编辑!
想要评论请 注册