Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * dts file for lg1312 Reference Board.
0004  *
0005  * Copyright (C) 2016, LG Electronics
0006  */
0007 
0008 /dts-v1/;
0009 
0010 #include "lg1312.dtsi"
0011 
0012 / {
0013         #address-cells = <2>;
0014         #size-cells = <1>;
0015 
0016         model = "LG Electronics, DTV SoC LG1312 Reference Board";
0017         compatible = "lge,lg1312-ref", "lge,lg1312";
0018 
0019         aliases {
0020                 serial0 = &uart0;
0021                 serial1 = &uart1;
0022                 serial2 = &uart2;
0023         };
0024 
0025         memory {
0026                 device_type = "memory";
0027                 reg = <0x0 0x00000000 0x20000000>;
0028         };
0029 
0030         chosen {
0031                 stdout-path = "serial0:115200n8";
0032         };
0033 };
0034 
0035 &uart0 {
0036         status = "okay";
0037 };