summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/mediatek/mt7981b-openwrt-one.dts
blob: 4f6cbb49128722e4b8f63d32847e77da198b5027 (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 = "openwrt,one", "mediatek,mt7981b";
	model = "OpenWrt One";

	memory@40000000 {
		reg = <0 0x40000000 0 0x40000000>;
		device_type = "memory";
	};
};