diff options
author | Kumar Gala <galak@codeaurora.org> | 2015-03-20 14:39:54 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-04-03 16:32:22 -0400 |
commit | 282703e8285026dbb051055ebeba1baa13be4a21 (patch) | |
tree | 487bbd986f10b649641e18e8da9dafe4132fad54 | |
parent | 57f0a7eae6bd5f5811f070f63ffa482c7d6faad7 (diff) |
arm64: dts: Add Qualcomm APQ8016 SBC evaluation board dts
Add initial device tree support for Qualcomm APQ8016 SBC Evaluation board.
This board is also referred to as the DragonBoard 410c.
Signed-off-by: Kumar Gala <galak@codeaurora.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm64/boot/dts/qcom/Makefile | 2 | ||||
-rw-r--r-- | arch/arm64/boot/dts/qcom/apq8016-sbc.dts | 21 | ||||
-rw-r--r-- | arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 33 |
3 files changed, 55 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile index 360ec4c464b6..8e94af64ee94 100644 --- a/arch/arm64/boot/dts/qcom/Makefile +++ b/arch/arm64/boot/dts/qcom/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | dtb-$(CONFIG_ARCH_QCOM) += msm8916-mtp.dtb | 1 | dtb-$(CONFIG_ARCH_QCOM) += apq8016-sbc.dtb msm8916-mtp.dtb |
2 | 2 | ||
3 | always := $(dtb-y) | 3 | always := $(dtb-y) |
4 | subdir-y := $(dts-dirs) | 4 | subdir-y := $(dts-dirs) |
diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dts b/arch/arm64/boot/dts/qcom/apq8016-sbc.dts new file mode 100644 index 000000000000..825f489a2af7 --- /dev/null +++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dts | |||
@@ -0,0 +1,21 @@ | |||
1 | /* | ||
2 | * Copyright (c) 2015, 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 | /dts-v1/; | ||
15 | |||
16 | #include "apq8016-sbc.dtsi" | ||
17 | |||
18 | / { | ||
19 | model = "Qualcomm Technologies, Inc. APQ 8016 SBC"; | ||
20 | compatible = "qcom,apq8016-sbc", "qcom,apq8016", "qcom,sbc"; | ||
21 | }; | ||
diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi new file mode 100644 index 000000000000..703a4f16e711 --- /dev/null +++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | |||
@@ -0,0 +1,33 @@ | |||
1 | /* | ||
2 | * Copyright (c) 2015, 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 "msm8916.dtsi" | ||
15 | |||
16 | / { | ||
17 | aliases { | ||
18 | serial0 = &blsp1_uart2; | ||
19 | }; | ||
20 | |||
21 | chosen { | ||
22 | stdout-path = "serial0"; | ||
23 | }; | ||
24 | |||
25 | soc { | ||
26 | serial@78b0000 { | ||
27 | status = "okay"; | ||
28 | pinctrl-names = "default", "sleep"; | ||
29 | pinctrl-0 = <&blsp1_uart2_default>; | ||
30 | pinctrl-1 = <&blsp1_uart2_sleep>; | ||
31 | }; | ||
32 | }; | ||
33 | }; | ||