Commit 4b877d4a authored by Ondrej Jirman's avatar Ondrej Jirman Committed by Chen-Yu Tsai

ARM: dts: sunxi: h3/h5: Add r_i2c pinmux node

H3/H5 SoCs contain an I2C controller optionally available
on the PL0 and PL1 pins. This patch adds pinmux configuration
for this controller.
Signed-off-by: default avatarOndrej Jirman <megous@megous.com>
[Icenowy: change commit message, node name and function name]
Signed-off-by: default avatarIcenowy Zheng <icenowy@aosc.io>
Reviewed-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 60cc43fc
......@@ -837,6 +837,11 @@ ir_pins_a: ir {
pins = "PL11";
function = "s_cir_rx";
};
r_i2c_pins: r-i2c {
pins = "PL0", "PL1";
function = "s_i2c";
};
};
};
};
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