mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-02 03:56:49 +00:00
53b66248f4
The original idea of bitbanged I2C is to use i2c-gpio-custom Since i2c-gpio-custom is no longer available on 5.4, use SoC I2C instead Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
18 lines
247 B
Plaintext
18 lines
247 B
Plaintext
/dts-v1/;
|
|
|
|
#include "mt7621_ubiquiti_edgerouterx.dtsi"
|
|
|
|
/ {
|
|
model = "UBNT-ERX-SFP";
|
|
compatible = "ubiquiti,edgerouterx-sfp", "mediatek,mt7621-soc";
|
|
};
|
|
|
|
&i2c {
|
|
status = "okay";
|
|
|
|
pca9555@25 {
|
|
compatible = "nxp,pca9555";
|
|
reg = <0x25>;
|
|
};
|
|
};
|