ramips: Fix GB-PC1 cpuclock again
[openwrt/openwrt.git] / target / linux / ramips / dts / UBNT-ERX-SFP.dts
1 /dts-v1/;
2
3 #include "UBNT-ER-e50.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6
7 / {
8 model = "UBNT-ERX-SFP";
9 compatible = "ubiquiti,edgerouterx-sfp", "mediatek,mt7621-soc";
10
11 i2c-gpio {
12 compatible = "i2c-gpio";
13 gpios = <&gpio0 3 GPIO_ACTIVE_HIGH /* sda */
14 &gpio0 4 GPIO_ACTIVE_HIGH /* scl */
15 >;
16 #address-cells = <1>;
17 #size-cells = <0>;
18
19 pca9555@25 {
20 compatible = "pca9555";
21 reg = <0x25>;
22 };
23 };
24 };