This change adds wlan related dtsi file for volcano which has disabled icnss and wpss dtsi node enabled. Change-Id: I5da7d1544607dd57e66b76f6925b424953ec8a3c CRs-Fixed: 3742633
18 lines
368 B
Plaintext
18 lines
368 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "volcano-qca6750.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Volcano SoC";
|
|
compatible = "qcom,volcano";
|
|
qcom,msm-id = <636 0x10000>, <640 0x10000>, <657 0x10000>, <658 0x10000>;
|
|
qcom,board-id = <0 0>;
|
|
};
|