xref: /linux/scripts/dtc/include-prefixes/arm64/lg/lg1313-ref.dts (revision cc9b94029e9ef51787af908e9856b1eed314bc00)
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};
37