]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi
7bb8895bbad84d3b87b121a0f06e367ebcd68afa
[karo-tx-linux.git] / arch / arm64 / boot / dts / qcom / apq8096-db820c.dtsi
1 /*
2  * Copyright (c) 2014-2016, The Linux Foundation. All rights reserved.
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License version 2 and
6  * only version 2 as published by the Free Software Foundation.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11  * GNU General Public License for more details.
12  */
13
14 #include "msm8996.dtsi"
15
16 / {
17         aliases {
18                 serial0 = &blsp2_uart1;
19                 serial1 = &blsp2_uart2;
20         };
21
22         chosen {
23                 stdout-path = "serial0:115200n8";
24         };
25
26         soc {
27                 serial@75b0000 {
28                         label = "LS-UART1";
29                         status = "okay";
30                         pinctrl-names = "default", "sleep";
31                         pinctrl-0 = <&blsp2_uart1_2pins_default>;
32                         pinctrl-1 = <&blsp2_uart1_2pins_sleep>;
33                 };
34
35                 serial@75b1000 {
36                         label = "LS-UART0";
37                         status = "okay";
38                         pinctrl-names = "default", "sleep";
39                         pinctrl-0 = <&blsp2_uart2_4pins_default>;
40                         pinctrl-1 = <&blsp2_uart2_4pins_sleep>;
41                 };
42         };
43 };