Merge tag 'gcc-plugins-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / arch / arm64 / boot / dts / qcom / ipq8074-hk01.dts
CommitLineData
41dac73e
VN
1/dts-v1/;
2/* Copyright (c) 2017, 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#include "ipq8074.dtsi"
14
15/ {
16 #address-cells = <0x2>;
17 #size-cells = <0x2>;
18 model = "Qualcomm Technologies, Inc. IPQ8074-HK01";
19 compatible = "qcom,ipq8074-hk01", "qcom,ipq8074";
20 interrupt-parent = <&intc>;
21
22 aliases {
23 serial0 = &blsp1_uart5;
24 };
25
26 chosen {
27 stdout-path = "serial0";
28 };
29
30 memory {
31 device_type = "memory";
32 reg = <0x0 0x40000000 0x0 0x20000000>;
33 };
34
35 soc {
36 pinctrl@1000000 {
37 serial_4_pins: serial4_pinmux {
38 mux {
39 pins = "gpio23", "gpio24";
40 function = "blsp4_uart1";
41 bias-disable;
42 };
43 };
44 };
45
46 serial@78b3000 {
47 pinctrl-0 = <&serial_4_pins>;
48 pinctrl-names = "default";
49 status = "ok";
50 };
51 };
52};