mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-18 16:40:29 +00: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
259 B
Plaintext
14 lines
259 B
Plaintext
/dts-v1/;
|
|
|
|
#include "mt7621_mqmaker_witi.dtsi"
|
|
|
|
/ {
|
|
compatible = "mqmaker,witi-512m", "mqmaker,witi", "mediatek,mt7621-soc";
|
|
model = "MQmaker WiTi (512MB RAM)";
|
|
|
|
memory@0 {
|
|
device_type = "memory";
|
|
reg = <0x0 0x1c000000>, <0x20000000 0x4000000>;
|
|
};
|
|
};
|