Linux Audio

Check our new training course

In-person Linux kernel drivers training

Jun 16-20, 2025
Register
Loading...
Note: File does not exist in v6.9.4.
 1// 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};