mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 22:41:17 +02: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:
@@ -106,6 +106,16 @@
|
|||||||
function = "i2c4";
|
function = "i2c4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pinctrl_i2c5: i2c5 {
|
||||||
|
groups = "i2c5";
|
||||||
|
function = "i2c5";
|
||||||
|
};
|
||||||
|
|
||||||
|
pinctrl_i2c6: i2c6 {
|
||||||
|
groups = "i2c6";
|
||||||
|
function = "i2c6";
|
||||||
|
};
|
||||||
|
|
||||||
pinctrl_nand: nand {
|
pinctrl_nand: nand {
|
||||||
groups = "nand";
|
groups = "nand";
|
||||||
function = "nand";
|
function = "nand";
|
||||||
|
Reference in New Issue
Block a user