blob: a314c3e05e5004556a5d55e802a236f4e06eb12d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// 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";
};
};
|