xref: /freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7981b-openwrt-one.dts (revision 0e8011faf58b743cc652e3b2ad0f7671227610df)
1*0e8011faSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only OR MIT
2*0e8011faSEmmanuel Vadot
3*0e8011faSEmmanuel Vadot/dts-v1/;
4*0e8011faSEmmanuel Vadot
5*0e8011faSEmmanuel Vadot#include "mt7981b.dtsi"
6*0e8011faSEmmanuel Vadot
7*0e8011faSEmmanuel Vadot/ {
8*0e8011faSEmmanuel Vadot	compatible = "openwrt,one", "mediatek,mt7981b";
9*0e8011faSEmmanuel Vadot	model = "OpenWrt One";
10*0e8011faSEmmanuel Vadot
11*0e8011faSEmmanuel Vadot	memory@40000000 {
12*0e8011faSEmmanuel Vadot		reg = <0 0x40000000 0 0x40000000>;
13*0e8011faSEmmanuel Vadot		device_type = "memory";
14*0e8011faSEmmanuel Vadot	};
15*0e8011faSEmmanuel Vadot};
16