Commit 905ea449 authored by Baruch Siach's avatar Baruch Siach Committed by Arnd Bergmann

ARM: digicolor: add i2c master controller support

Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent f4e18ae3
......@@ -116,4 +116,15 @@ uart2: uart@f0000780 {
interrupts = <46>;
status = "disabled";
};
i2c: i2c@f0000120 {
compatible = "cnxt,cx92755-i2c";
reg = <0xf0000120 0x10>;
interrupts = <28>;
clocks = <&main_clk>;
clock-frequency = <100000>;
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};
};
......@@ -72,3 +72,7 @@ chosen {
&uart0 {
status = "okay";
};
&i2c {
status = "okay";
};
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