20 lines
380 B
Plaintext
20 lines
380 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
/dts-v1/;
|
|
|
|
#include "en751221.dtsi"
|
|
|
|
/ {
|
|
model = "SmartFiber XP8421-B";
|
|
compatible = "smartfiber,xp8421-b", "econet,en751221";
|
|
|
|
memory@0 {
|
|
device_type = "memory";
|
|
reg = <0x00000000 0x1c000000>;
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = "/serial@1fbf0000:115200";
|
|
linux,usable-memory-range = <0x00020000 0x1bfe0000>;
|
|
};
|
|
};
|