ramips: move compatible for Ubiquiti Edgerouter X to DTS file
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / mt7621_ubiquiti_edgerouterx-sfp.dts
1 /dts-v1/;
2
3 #include "mt7621_ubiquiti_edgerouterx.dtsi"
4
5 / {
6 model = "UBNT-ERX-SFP";
7 compatible = "ubiquiti,edgerouterx-sfp", "mediatek,mt7621-soc";
8
9 i2c-gpio {
10 compatible = "i2c-gpio";
11 gpios = <&gpio0 3 GPIO_ACTIVE_HIGH /* sda */
12 &gpio0 4 GPIO_ACTIVE_HIGH /* scl */
13 >;
14 #address-cells = <1>;
15 #size-cells = <0>;
16
17 pca9555@25 {
18 compatible = "pca9555";
19 reg = <0x25>;
20 };
21 };
22 };