Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Commit

Permalink
Merge pull request #157 from kongzizaixian/tracing-hikey-iic
Browse files Browse the repository at this point in the history
iic: hisi: add iic dts supports
  • Loading branch information
docularxu committed Nov 25, 2015
2 parents 3e411dc + d1c02a0 commit cb3b079
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions arch/arm64/boot/dts/hisilicon/hi6220.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,40 @@
clock-names = "uartclk", "apb_pclk";
};

i2c0: i2c@f7100000 {
compatible = "snps,designware-i2c";
reg = <0x0 0xf7100000 0x0 0x1000>;
interrupts = <0 44 4>;
clocks = <&sys_ctrl HI6220_I2C0_CLK>;
clock-names = "clk_i2c0";
i2c-sda-hold-time-ns = <300>;
pinctrl-names = "default";
pinctrl-0 = <&i2c0_pmx_func &i2c0_cfg_func>;
status = "ok";
};

i2c1: i2c@f7101000 {
compatible = "snps,designware-i2c";
reg = <0x0 0xf7101000 0x0 0x1000>;
interrupts = <0 45 4>;
clocks = <&sys_ctrl HI6220_I2C1_CLK>;
clock-names = "clk_i2c1";
i2c-sda-hold-time-ns = <300>;
pinctrl-names = "default";
pinctrl-0 = <&i2c1_pmx_func &i2c1_cfg_func>;
status = "ok";
};

i2c2: i2c@f7102000 {
compatible = "snps,designware-i2c";
reg = <0x0 0xf7102000 0x0 0x1000>;
interrupts = <0 46 4>;
clocks = <&sys_ctrl HI6220_I2C2_CLK>;
clock-names = "clk_i2c2";
i2c-sda-hold-time-ns = <300>;
pinctrl-names = "default";
pinctrl-0 = <&i2c2_pmx_func &i2c2_cfg_func>;
status = "ok";

adv7533: adv7533@39 {
compatible = "adi,adv7533";
Expand Down

0 comments on commit cb3b079

Please sign in to comment.