16 lines
252 B
Plaintext
16 lines
252 B
Plaintext
// 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";
|
|
};
|
|
};
|