Skip to content

Commit 38dbf2d

Browse files
committed
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 <[email protected]>
1 parent e42617b commit 38dbf2d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

arch/arm/boot/dts/uniphier-pinctrl.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,16 @@
106106
function = "i2c4";
107107
};
108108

109+
pinctrl_i2c5: i2c5 {
110+
groups = "i2c5";
111+
function = "i2c5";
112+
};
113+
114+
pinctrl_i2c6: i2c6 {
115+
groups = "i2c6";
116+
function = "i2c6";
117+
};
118+
109119
pinctrl_nand: nand {
110120
groups = "nand";
111121
function = "nand";

0 commit comments

Comments
 (0)