Skip to content

Commit f0ec445

Browse files
committed
arm64: dts: qcom: Add Shikra EVK boards
Add device trees for the Shikra EVK platform, which combines Shikra SoM with a common carrier board. Introduce DTS files for CQM, CQS and IQS EVK variants: - shikra-cqm-evk.dts - shikra-cqs-evk.dts - shikra-iqs-evk.dts Also add a shared include file, shikra-evk.dtsi, which contains the common daughter card nodes used across Shikra EVK variants. Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
1 parent 6dbc451 commit f0ec445

5 files changed

Lines changed: 80 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,9 @@ dtb-$(CONFIG_ARCH_QCOM) += sdm850-huawei-matebook-e-2019.dtb
289289
dtb-$(CONFIG_ARCH_QCOM) += sdm850-lenovo-yoga-c630.dtb
290290
dtb-$(CONFIG_ARCH_QCOM) += sdm850-samsung-w737.dtb
291291
dtb-$(CONFIG_ARCH_QCOM) += sdx75-idp.dtb
292+
dtb-$(CONFIG_ARCH_QCOM) += shikra-cqm-evk.dtb
293+
dtb-$(CONFIG_ARCH_QCOM) += shikra-cqs-evk.dtb
294+
dtb-$(CONFIG_ARCH_QCOM) += shikra-iqs-evk.dtb
292295
dtb-$(CONFIG_ARCH_QCOM) += sm4250-oneplus-billie2.dtb
293296
dtb-$(CONFIG_ARCH_QCOM) += sm4450-qrd.dtb
294297
dtb-$(CONFIG_ARCH_QCOM) += sm6115-fxtec-pro1x.dtb
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
/*
3+
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
4+
*/
5+
6+
/dts-v1/;
7+
8+
#include "shikra-cqm-som.dtsi"
9+
10+
/ {
11+
model = "Qualcomm Technologies, Inc. Shikra CQM EVK";
12+
compatible = "qcom,shikra-cqm-evk", "qcom,shikra-cqm-som", "qcom,shikra";
13+
chassis-type = "embedded";
14+
15+
aliases {
16+
};
17+
18+
chosen {
19+
stdout-path = "serial0:115200n8";
20+
};
21+
};
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
/*
3+
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
4+
*/
5+
6+
/dts-v1/;
7+
8+
#include "shikra-cqs-som.dtsi"
9+
10+
/ {
11+
model = "Qualcomm Technologies, Inc. Shikra CQS EVK";
12+
compatible = "qcom,shikra-cqs-evk", "qcom,shikra-cqs-som", "qcom,shikra";
13+
chassis-type = "embedded";
14+
15+
aliases {
16+
};
17+
18+
chosen {
19+
stdout-path = "serial0:115200n8";
20+
};
21+
};
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
/*
3+
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
4+
*/
5+
6+
/* Common daughter cards nodes to be added:
7+
* QPS615 DC
8+
* MIC DC
9+
* Display DC
10+
* Camera DC
11+
* USB hub DC
12+
* Sensor DC
13+
* NFC DC
14+
*/
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
/*
3+
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
4+
*/
5+
6+
/dts-v1/;
7+
8+
#include "shikra-iqs-som.dtsi"
9+
10+
/ {
11+
model = "Qualcomm Technologies, Inc. Shikra IQS EVK";
12+
compatible = "qcom,shikra-iqs-evk", "qcom,shikra-iqs-som", "qcom,shikra";
13+
chassis-type = "embedded";
14+
15+
aliases {
16+
};
17+
18+
chosen {
19+
stdout-path = "serial0:115200n8";
20+
};
21+
};

0 commit comments

Comments
 (0)