Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[deliverable/linux.git] / arch / arm64 / boot / dts / lg / lg1313-ref.dts
1 /*
2 * dts file for lg1313 Reference Board.
3 *
4 * Copyright (C) 2016, LG Electronics
5 */
6
7 /dts-v1/;
8
9 #include "lg1313.dtsi"
10
11 / {
12 #address-cells = <2>;
13 #size-cells = <1>;
14
15 model = "LG Electronics, DTV SoC LG1313 Reference Board";
16 compatible = "lge,lg1313-ref", "lge,lg1313";
17
18 aliases {
19 serial0 = &uart0;
20 serial1 = &uart1;
21 serial2 = &uart2;
22 };
23
24 memory {
25 device_type = "memory";
26 reg = <0x0 0x00000000 0x20000000>;
27 };
28
29 chosen {
30 stdout-path = "serial0:115200n8";
31 };
32 };
33
34 &uart0 {
35 status = "okay";
36 };
This page took 0.032953 seconds and 6 git commands to generate.