xref: /linux/scripts/dtc/include-prefixes/arm64/mediatek/mt7981b-openwrt-one.dts (revision e3950967f6e6b74a3606739ec50ed19f3398c7d8)
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