mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
14 lines
244 B
Plaintext
14 lines
244 B
Plaintext
|
/dts-v1/;
|
||
|
|
||
|
#include "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>;
|
||
|
};
|
||
|
};
|