xref: /linux/scripts/dtc/include-prefixes/arm/zte/zx297520v3-dlink-dwr932m.dts (revision 0eaed89c18aeedf0898baf2dbf5ff027c6795152)
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Copyright (c) 2026 Stefan Dösinger <stefandoesinger@gmail.com>
4 */
5
6/dts-v1/;
7
8#include "zx297520v3.dtsi"
9
10/ {
11	model = "D-Link DWR-932M";
12	compatible = "dlink,dwr932m", "zte,zx297520v3";
13
14	memory@20000000 {
15		device_type = "memory";
16		reg = <0x20000000 0x04000000>;
17	};
18};
19
20&uart1 {
21	status = "okay";
22};
23