hc
2024-08-14 93e8ba98c407598d13d8ade71bc7802acfb19c58
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// SPDX-License-Identifier: GPL-2.0
/*
 * dts file for lg1312 Reference Board.
 *
 * Copyright (C) 2016, LG Electronics
 */
 
/dts-v1/;
 
#include "lg1312.dtsi"
 
/ {
   #address-cells = <2>;
   #size-cells = <1>;
 
   model = "LG Electronics, DTV SoC LG1312 Reference Board";
   compatible = "lge,lg1312-ref", "lge,lg1312";
 
   aliases {
       serial0 = &uart0;
       serial1 = &uart1;
       serial2 = &uart2;
   };
 
   memory {
       device_type = "memory";
       reg = <0x0 0x00000000 0x20000000>;
   };
 
   chosen {
       stdout-path = "serial0:115200n8";
   };
};
 
&uart0 {
   status = "okay";
};