mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
7196ca1d49
As introduced with ath79, DTS files for ramips will now be labelled soc_vendor_device.dts(i). With this change, DTS files can be selected automatically without further manual links. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
13 lines
218 B
Plaintext
13 lines
218 B
Plaintext
/dts-v1/;
|
|
|
|
#include "mt7621_zbtlink_zbt-wg3526.dtsi"
|
|
|
|
/ {
|
|
compatible = "zbtlink,zbt-wg3526-16m", "zbtlink,zbt-wg3526", "mediatek,mt7621-soc";
|
|
model = "ZBT-WG3526 (16M)";
|
|
};
|
|
|
|
&firmware {
|
|
reg = <0x50000 0xfb0000>;
|
|
};
|