提交 92d64642 编写于 作者: P Petr Kulhavy 提交者: Sekhar Nori

ARM: DTS: da850: add node for i2c1

da850 has two I2C controllers, but the node for i2c1 was missing.
Add node for i2c1 controller and i2c1 pinmux pins.
Signed-off-by: NPetr Kulhavy <petr@barix.com>
[nsekhar@ti.com: fix indentation]
Signed-off-by: NSekhar Nori <nsekhar@ti.com>
上级 c2a3b4bc
...@@ -63,6 +63,12 @@ ...@@ -63,6 +63,12 @@
0x10 0x00002200 0x0000ff00 0x10 0x00002200 0x0000ff00
>; >;
}; };
i2c1_pins: pinmux_i2c1_pins {
pinctrl-single,bits = <
/* I2C1_SDA, I2C1_SCL */
0x10 0x00440000 0x00ff0000
>;
};
mmc0_pins: pinmux_mmc_pins { mmc0_pins: pinmux_mmc_pins {
pinctrl-single,bits = < pinctrl-single,bits = <
/* MMCSD0_DAT[3] MMCSD0_DAT[2] /* MMCSD0_DAT[3] MMCSD0_DAT[2]
...@@ -226,6 +232,14 @@ ...@@ -226,6 +232,14 @@
#size-cells = <0>; #size-cells = <0>;
status = "disabled"; status = "disabled";
}; };
i2c1: i2c@228000 {
compatible = "ti,davinci-i2c";
reg = <0x228000 0x1000>;
interrupts = <51>;
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};
wdt: wdt@21000 { wdt: wdt@21000 {
compatible = "ti,davinci-wdt"; compatible = "ti,davinci-wdt";
reg = <0x21000 0x1000>; reg = <0x21000 0x1000>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册