mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07: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
e42617b825
commit
38dbf2de46
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user