Skip to content

Commit

Permalink
MIPS: ralink: mt7628a.dtsi: Add I2C controller DT node
Browse files Browse the repository at this point in the history
This patch adds the I2C controller description to the MT7628A dtsi file.

Signed-off-by: Stefan Roese <[email protected]>
Signed-off-by: Paul Burton <[email protected]>
Cc: Harvey Hunt <[email protected]>
Cc: John Crispin <[email protected]>
Cc: [email protected]
  • Loading branch information
stroese authored and paulburton committed Oct 7, 2019
1 parent 5045d06 commit cd5f9e4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions arch/mips/boot/dts/ralink/mt7628a.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,22 @@
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>;
Expand Down

0 comments on commit cd5f9e4

Please sign in to comment.