blob: c7951b9a2c97bef7c800ad5a40a61c4331806b94 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
2/*
3 * Copyright (c) 2017-2019 Andreas Färber
4 */
5
6/dts-v1/;
7
8#include "rtd1195.dtsi"
9
10/ {
11 compatible = "mele,x1000", "realtek,rtd1195";
12 model = "MeLE X1000";
13
14 aliases {
15 serial0 = &uart0;
16 };
17
18 chosen {
19 stdout-path = "serial0:115200n8";
20 };
21
22 memory@a800 {
23 device_type = "memory";
24 reg = <0x0000a800 0x17ff5800>, /* boot ROM to r-bus */
25 <0x18070000 0x00090000>, /* r-bus to NOR flash */
26 <0x19100000 0x26f00000>; /* NOR flash to 1 GiB */
27 };
28};
29
30&uart0 {
31 status = "okay";
32};