1// SPDX-License-Identifier: GPL-2.0-only OR MIT
2
3/dts-v1/;
4
5#include "mt7981b.dtsi"
6
7/ {
8 compatible = "openwrt,one", "mediatek,mt7981b";
9 model = "OpenWrt One";
10
11 memory@40000000 {
12 reg = <0 0x40000000 0 0x40000000>;
13 device_type = "memory";
14 };
15};
16