mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-08 21:52:09 -05:00
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>
14 lines
235 B
Plaintext
14 lines
235 B
Plaintext
/dts-v1/;
|
|
|
|
#include "mt7621_mqmaker_witi.dtsi"
|
|
|
|
/ {
|
|
compatible = "mqmaker,witi-256m", "mqmaker,witi", "mediatek,mt7621-soc";
|
|
model = "MQmaker WiTi (256MB RAM)";
|
|
|
|
memory@0 {
|
|
device_type = "memory";
|
|
reg = <0x0 0x10000000>;
|
|
};
|
|
};
|