1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 15:48:26 +02:00

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 Sungbo Eo
parent f8b0010dfb
commit b697b5c55e

View File

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