mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
18 lines
254 B
Plaintext
18 lines
254 B
Plaintext
|
/dts-v1/;
|
||
|
|
||
|
#include "mt7621_ubnt_edgerouter-x.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Ubiquiti EdgeRouter X SFP";
|
||
|
compatible = "ubnt,edgerouter-x-sfp", "mediatek,mt7621-soc";
|
||
|
};
|
||
|
|
||
|
&i2c {
|
||
|
status = "okay";
|
||
|
|
||
|
pca9555@25 {
|
||
|
compatible = "nxp,pca9555";
|
||
|
reg = <0x25>;
|
||
|
};
|
||
|
};
|