You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/ramips/dts/mt7621_ubiquiti_edgerouterx...

23 lines
412 B
Plaintext

/dts-v1/;
#include "mt7621_ubiquiti_edgerouterx.dtsi"
/ {
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>;
pca9555@25 {
compatible = "pca9555";
reg = <0x25>;
};
};
};