ramips: add i2c in dts for GL-MT300N-V2

According wiki https://docs.gl-inet.com/en/2/hardware/mt300n-v2/
GL-MT300N-V2 have I2C interface on GPIO4, GPIO5.
Adding I2C in device tree make possible using I2C on this device.

Signed-off-by: Ptilopsis Leucotis <PtilopsisLeucotis@yandex.com>
This commit is contained in:
Ptilopsis Leucotis 2022-04-30 23:57:04 +03:00 committed by AmadeusGhost
parent b35bed5efa
commit fe22b54a6f

View File

@ -131,6 +131,10 @@
};
};
&i2c {
status = "okay";
};
&uart1 {
status = "okay";
};