Commit eb3f0f19 authored by Vladimir Barinov's avatar Vladimir Barinov Committed by Simon Horman

arm64: dts: h3ulcb: enable I2C2

This supports I2C2 bus on H3ULCB board
Signed-off-by: default avatarVladimir Barinov <vladimir.barinov@cogentembedded.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 144bf6cc
......@@ -51,6 +51,11 @@ scif_clk_pins: scif_clk {
function = "scif_clk";
};
i2c2_pins: i2c2 {
groups = "i2c2_a";
function = "i2c2";
};
avb_pins: avb {
groups = "avb_mdc";
function = "avb";
......@@ -69,6 +74,13 @@ &scif_clk {
status = "okay";
};
&i2c2 {
pinctrl-0 = <&i2c2_pins>;
pinctrl-names = "default";
status = "okay";
};
&avb {
pinctrl-0 = <&avb_pins>;
pinctrl-names = "default";
......
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