xref: /linux/arch/arm64/boot/dts/mediatek/mt7981b-openwrt-one.dts (revision a1ff5a7d78a036d6c2178ee5acd6ba4946243800)
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