0001 MediaTek MT7621/MT7628 I2C master controller
0002
0003 Required properties:
0004
0005 - compatible: Should be one of the following:
0006 - "mediatek,mt7621-i2c": for MT7621/MT7628/MT7688 platforms
0007 - #address-cells: should be 1.
0008 - #size-cells: should be 0.
0009 - reg: Address and length of the register set for the device
0010 - resets: phandle to the reset controller asserting this device in
0011 reset
0012 See ../reset/reset.txt for details.
0013
0014 Optional properties :
0015
0016 Example:
0017
0018 i2c: i2c@900 {
0019 compatible = "mediatek,mt7621-i2c";
0020 reg = <0x900 0x100>;
0021 #address-cells = <1>;
0022 #size-cells = <0>;
0023 resets = <&rstctrl 16>;
0024 reset-names = "i2c";
0025 };