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