Commit d6d3f9e6 authored by Maxime Ripard's avatar Maxime Ripard

ARM: sun7i: olinuxino-micro: Enable the I2C controllers

The A20-olinuxino-micro uses the first three I2C controllers found on
the A20. Enable them in the DT.
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent ce0106c5
...@@ -60,6 +60,24 @@ uart7: serial@01c29c00 { ...@@ -60,6 +60,24 @@ uart7: serial@01c29c00 {
pinctrl-0 = <&uart7_pins_a>; pinctrl-0 = <&uart7_pins_a>;
status = "okay"; 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";
};
i2c2: i2c@01c2b400 {
pinctrl-names = "default";
pinctrl-0 = <&i2c2_pins_a>;
status = "okay";
};
}; };
leds { 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