Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
0002 /*
0003  * Copyright (c) 2019 Andreas Färber
0004  */
0005 
0006 /dts-v1/;
0007 
0008 #include "rtd1395.dtsi"
0009 
0010 / {
0011         compatible = "bananapi,bpi-m4", "realtek,rtd1395";
0012         model = "Banana Pi BPI-M4";
0013 
0014         memory@2f000 {
0015                 device_type = "memory";
0016                 reg = <0x2f000 0x3ffd1000>; /* 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 };