Linux-libre 5.3.12-gnu
[librecmc/linux-libre.git] / arch / arm64 / boot / dts / qcom / msm8992-bullhead-rev-101.dts
1 // SPDX-License-Identifier: GPL-2.0-only
2 /* Copyright (c) 2015, LGE Inc. All rights reserved.
3  * Copyright (c) 2016, The Linux Foundation. All rights reserved.
4  */
5
6 /dts-v1/;
7
8 #include "msm8992.dtsi"
9
10 / {
11         model = "LG Nexus 5X";
12         compatible = "lg,bullhead", "qcom,msm8992";
13         /* required for bootloader to select correct board */
14         qcom,board-id = <0xb64 0>;
15         qcom,pmic-id = <0x10009 0x1000A 0x0 0x0>;
16
17         aliases {
18                 serial0 = &blsp1_uart2;
19         };
20
21         chosen {
22                 stdout-path = "serial0:115200n8";
23         };
24
25         soc {
26                 serial@f991e000 {
27                         status = "okay";
28                         pinctrl-names = "default", "sleep";
29                         pinctrl-0 = <&blsp1_uart2_default>;
30                         pinctrl-1 = <&blsp1_uart2_sleep>;
31                 };
32         };
33
34         reserved-memory {
35                 #address-cells = <2>;
36                 #size-cells = <2>;
37                 ranges;
38
39                 ramoops@1ff00000 {
40                         compatible = "ramoops";
41                         reg = <0x0 0x1ff00000 0x0 0x40000>;
42                         console-size = <0x10000>;
43                         record-size = <0x10000>;
44                         ftrace-size = <0x10000>;
45                         pmsg-size = <0x20000>;
46                 };
47         };
48 };
49
50 #include "msm8994-smd-rpm.dtsi"