Merge "ARM: dts: msm: Add support for Sun SoC + Kiwi"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
af7449fe39
@@ -19,7 +19,9 @@ SUN_BASE_DTB += sun.dtb sun-v2.dtb
|
|||||||
|
|
||||||
SUN_BOARDS += \
|
SUN_BOARDS += \
|
||||||
sun-mtp-overlay.dtbo \
|
sun-mtp-overlay.dtbo \
|
||||||
|
sun-mtp-kiwi-overlay.dtbo \
|
||||||
sun-cdp-overlay.dtbo \
|
sun-cdp-overlay.dtbo \
|
||||||
|
sun-cdp-kiwi-overlay.dtbo \
|
||||||
sun-qrd-overlay.dtbo
|
sun-qrd-overlay.dtbo
|
||||||
|
|
||||||
NOAPQ_SUN_BOARDS += \
|
NOAPQ_SUN_BOARDS += \
|
||||||
|
16
qcom/sun-cdp-kiwi-overlay.dts
Normal file
16
qcom/sun-cdp-kiwi-overlay.dts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "sun-cdp-kiwi.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Sun CDP Kiwi WLAN";
|
||||||
|
compatible = "qcom,sun-cdp", "qcom,sun", "qcom,cdp";
|
||||||
|
qcom,msm-id = <618 0x10000>, <618 0x20000>;
|
||||||
|
qcom,board-id = <0x20001 0>;
|
||||||
|
};
|
6
qcom/sun-cdp-kiwi.dtsi
Normal file
6
qcom/sun-cdp-kiwi.dtsi
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "sun-cdp.dtsi"
|
16
qcom/sun-mtp-kiwi-overlay.dts
Normal file
16
qcom/sun-mtp-kiwi-overlay.dts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "sun-mtp-kiwi.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Sun MTP Kiwi WLAN";
|
||||||
|
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,mtp";
|
||||||
|
qcom,msm-id = <618 0x10000>, <618 0x20000>;
|
||||||
|
qcom,board-id = <0x20008 0>;
|
||||||
|
};
|
6
qcom/sun-mtp-kiwi.dtsi
Normal file
6
qcom/sun-mtp-kiwi.dtsi
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "sun-mtp.dtsi"
|
Reference in New Issue
Block a user