openwrtv3/target/linux/ramips/dts/UBNT-ERX-SFP.dts
Mathias Kresin 6912e55e71 ramips: add missing soc compatibles to dts
Add SoC compatibles where missing.

Signed-off-by: Mathias Kresin <dev@kresin.me>
2018-01-09 22:05:46 +01:00

24 lines
434 B
Text

/dts-v1/;
#include "UBNT-ER-e50.dtsi"
#include <dt-bindings/gpio/gpio.h>
/ {
model = "UBNT-ERX-SFP";
compatible = "ubiquiti,edgerouterx-sfp", "mediatek,mt7621-soc";
i2c-gpio {
compatible = "i2c-gpio";
gpios = <&gpio0 3 GPIO_ACTIVE_HIGH /* sda */
&gpio0 4 GPIO_ACTIVE_HIGH /* scl */
>;
#address-cells = <1>;
#size-cells = <0>;
pca9555@25 {
compatible = "pca9555";
reg = <0x25>;
};
};
};