Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
0002 /*
0003  * Copyright (C) 2020, Intel Corporation
0004  *
0005  * Device tree describing Keem Bay EVM board.
0006  */
0007 
0008 /dts-v1/;
0009 
0010 #include "keembay-soc.dtsi"
0011 
0012 / {
0013         model = "Keem Bay EVM";
0014         compatible = "intel,keembay-evm", "intel,keembay";
0015 
0016         #address-cells = <2>;
0017         #size-cells = <2>;
0018 
0019         aliases {
0020                 serial0 = &uart3;
0021         };
0022 
0023         chosen {
0024                 stdout-path = "serial0:115200n8";
0025         };
0026 
0027         memory@80000000 {
0028                 device_type = "memory";
0029                 /* 2GB of DDR memory. */
0030                 reg = <0x0 0x80000000 0x0 0x80000000>;
0031         };
0032 
0033 };
0034 
0035 &uart3 {
0036         status = "okay";
0037 };