16 lines
258 B
Plaintext
16 lines
258 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0-only OR MIT
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "mt7981b.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "xiaomi,ax3000t", "mediatek,mt7981b";
|
||
|
model = "Xiaomi AX3000T";
|
||
|
|
||
|
memory@40000000 {
|
||
|
reg = <0 0x40000000 0 0x10000000>;
|
||
|
device_type = "memory";
|
||
|
};
|
||
|
};
|