mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
d8a3f5259a
commit
49a7282d76
1 changed files with 10 additions and 0 deletions
|
@ -106,6 +106,16 @@
|
|||
function = "i2c4";
|
||||
};
|
||||
|
||||
pinctrl_i2c5: i2c5 {
|
||||
groups = "i2c5";
|
||||
function = "i2c5";
|
||||
};
|
||||
|
||||
pinctrl_i2c6: i2c6 {
|
||||
groups = "i2c6";
|
||||
function = "i2c6";
|
||||
};
|
||||
|
||||
pinctrl_nand: nand {
|
||||
groups = "nand";
|
||||
function = "nand";
|
||||
|
|
Loading…
Reference in a new issue