Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / arch / arm64 / boot / dts / realtek / rtd1295-zidoo-x9s.dts
1 /*
2  * Copyright (c) 2016-2017 Andreas Färber
3  *
4  * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
5  */
6
7 /dts-v1/;
8
9 /memreserve/    0x0000000000000000 0x0000000000030000;
10 /memreserve/    0x000000000001f000 0x0000000000001000;
11 /memreserve/    0x0000000000030000 0x00000000000d0000;
12 /memreserve/    0x0000000001b00000 0x00000000004be000;
13 /memreserve/    0x0000000001ffe000 0x0000000000004000;
14
15 #include "rtd1295.dtsi"
16
17 / {
18         compatible = "zidoo,x9s", "realtek,rtd1295";
19         model = "Zidoo X9S";
20
21         memory@0 {
22                 device_type = "memory";
23                 reg = <0x0 0x80000000>;
24         };
25
26         aliases {
27                 serial0 = &uart0;
28                 serial1 = &uart1;
29         };
30
31         chosen {
32                 stdout-path = "serial0:115200n8";
33         };
34 };
35
36 &uart0 {
37         status = "okay";
38 };
39
40 &uart1 {
41         status = "okay";
42 };