Commit cd5f9e4f authored by Stefan Roese's avatar Stefan Roese Committed by Paul Burton

MIPS: ralink: mt7628a.dtsi: Add I2C controller DT node

This patch adds the I2C controller description to the MT7628A dtsi file.
Signed-off-by: default avatarStefan Roese <sr@denx.de>
Signed-off-by: default avatarPaul Burton <paul.burton@mips.com>
Cc: Harvey Hunt <harveyhuntnexus@gmail.com>
Cc: John Crispin <john@phrozen.org>
Cc: linux-mips@vger.kernel.org
parent 5045d06b
......@@ -199,6 +199,22 @@ spi: spi@b00 {
status = "disabled";
};
i2c: i2c@900 {
compatible = "mediatek,mt7621-i2c";
reg = <0x900 0x100>;
pinctrl-names = "default";
pinctrl-0 = <&pinmux_i2c_i2c>;
resets = <&resetc 16>;
reset-names = "i2c";
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};
uart0: uartlite@c00 {
compatible = "ns16550a";
reg = <0xc00 0x100>;
......
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