Commit ce0106c5 authored by Maxime Ripard's avatar Maxime Ripard

ARM: sun7i: cubieboard2: Enable the I2C controllers

The Cubieboard2 uses both the i2c0 and i2c1 controllers. Enable them in
the DT.
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent e5496a31
......@@ -48,6 +48,18 @@ uart0: serial@01c28000 {
pinctrl-0 = <&uart0_pins_a>;
status = "okay";
};
i2c0: i2c@01c2ac00 {
pinctrl-names = "default";
pinctrl-0 = <&i2c0_pins_a>;
status = "okay";
};
i2c1: i2c@01c2b000 {
pinctrl-names = "default";
pinctrl-0 = <&i2c1_pins_a>;
status = "okay";
};
};
leds {
......
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