ramips: mt7621: update pinctrl nodes
[oweals/openwrt.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 = <&gpio 3 GPIO_ACTIVE_HIGH /* sda */
12                          &gpio 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 };