Commit 38dbf2de authored by Masahiro Yamada's avatar Masahiro Yamada

ARM: dts: uniphier: add pinmux nodes for I2C ch5, ch6

The next generation SoC can connect on-board slave devices via
I2C ch5 and ch6.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent e42617b8
......@@ -106,6 +106,16 @@ pinctrl_i2c4: i2c4 {
function = "i2c4";
};
pinctrl_i2c5: i2c5 {
groups = "i2c5";
function = "i2c5";
};
pinctrl_i2c6: i2c6 {
groups = "i2c6";
function = "i2c6";
};
pinctrl_nand: nand {
groups = "nand";
function = "nand";
......
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