xref: /linux/arch/mips/boot/dts/econet/en751221_smartfiber_xp8421-b.dts (revision ab93e0dd72c37d378dd936f031ffb83ff2bd87ce)
1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2/dts-v1/;
3
4#include "en751221.dtsi"
5
6/ {
7	model = "SmartFiber XP8421-B";
8	compatible = "smartfiber,xp8421-b", "econet,en751221";
9
10	memory@0 {
11		device_type = "memory";
12		reg = <0x00000000 0x1c000000>;
13	};
14
15	chosen {
16		stdout-path = "/serial@1fbf0000:115200";
17		linux,usable-memory-range = <0x00020000 0x1bfe0000>;
18	};
19};
20