aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7621_ubiquiti_edgerouterx-sfp.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/mt7621_ubiquiti_edgerouterx-sfp.dts')
-rw-r--r--target/linux/ramips/dts/mt7621_ubiquiti_edgerouterx-sfp.dts17
1 files changed, 6 insertions, 11 deletions
diff --git a/target/linux/ramips/dts/mt7621_ubiquiti_edgerouterx-sfp.dts b/target/linux/ramips/dts/mt7621_ubiquiti_edgerouterx-sfp.dts
index c6a64c0528..b4deb490ed 100644
--- a/target/linux/ramips/dts/mt7621_ubiquiti_edgerouterx-sfp.dts
+++ b/target/linux/ramips/dts/mt7621_ubiquiti_edgerouterx-sfp.dts
@@ -5,18 +5,13 @@
/ {
model = "UBNT-ERX-SFP";
compatible = "ubiquiti,edgerouterx-sfp", "mediatek,mt7621-soc";
+};
- i2c-gpio {
- compatible = "i2c-gpio";
- gpios = <&gpio 3 GPIO_ACTIVE_HIGH /* sda */
- &gpio 4 GPIO_ACTIVE_HIGH /* scl */
- >;
- #address-cells = <1>;
- #size-cells = <0>;
+&i2c {
+ status = "okay";
- pca9555@25 {
- compatible = "pca9555";
- reg = <0x25>;
- };
+ pca9555@25 {
+ compatible = "nxp,pca9555";
+ reg = <0x25>;
};
};