Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
0002 /*
0003  * Copyright (c) 2017-2019 Andreas Färber
0004  */
0005 
0006 /dts-v1/;
0007 
0008 #include "rtd1195.dtsi"
0009 
0010 / {
0011         compatible = "mele,x1000", "realtek,rtd1195";
0012         model = "MeLE X1000";
0013 
0014         aliases {
0015                 serial0 = &uart0;
0016         };
0017 
0018         chosen {
0019                 stdout-path = "serial0:115200n8";
0020         };
0021 
0022         memory@a800 {
0023                 device_type = "memory";
0024                 reg = <0x0000a800 0x17ff5800>, /* boot ROM to r-bus */
0025                       <0x18070000 0x00090000>, /* r-bus to NOR flash */
0026                       <0x19100000 0x26f00000>; /* NOR flash to 1 GiB */
0027         };
0028 };
0029 
0030 &uart0 {
0031         status = "okay";
0032 };