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 "rtd1295.dtsi"
0009 
0010 / {
0011         compatible = "xnano,x5", "realtek,rtd1295";
0012         model = "Xnano X5";
0013 
0014         memory@1f000 {
0015                 device_type = "memory";
0016                 reg = <0x1f000 0x3ffe1000>; /* boot ROM to 1 GiB or 2 GiB */
0017         };
0018 
0019         aliases {
0020                 serial0 = &uart0;
0021         };
0022 
0023         chosen {
0024                 stdout-path = "serial0:115200n8";
0025         };
0026 };
0027 
0028 &uart0 {
0029         status = "okay";
0030 };