mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
e8931b309f
The "proper" vendor prefix for Ubiquiti is "ubnt", this is used in all targets except ramips and also recommended by the kernel. This patch adjusts the various board/image/device name variables accordingly. Since we touch it anyway, this also adds the space in "EdgeRouter X" as a hyphen to those variables to really make them consistent with the model name. While at it, create a real shared definition for the devices in image/mt7621.mk instead of deriving one device from another. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
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>;
|
|
};
|
|
};
|