]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - arch/arm64/boot/dts/lg/lg1312-ref.dts
Input: wm97xx: add new AC97 bus support
[mirror_ubuntu-focal-kernel.git] / arch / arm64 / boot / dts / lg / lg1312-ref.dts
1 /*
2 * dts file for lg1312 Reference Board.
3 *
4 * Copyright (C) 2016, LG Electronics
5 */
6
7 /dts-v1/;
8
9 #include "lg1312.dtsi"
10
11 / {
12 #address-cells = <2>;
13 #size-cells = <1>;
14
15 model = "LG Electronics, DTV SoC LG1312 Reference Board";
16 compatible = "lge,lg1312-ref", "lge,lg1312";
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 };