Add RCM board ID in device tree files to enable all WLAN attach with Sun RCM board. Change-Id: I0d0c4f3d10aaace7b1ee80dfccc93386b75a45a6 CRs-Fixed: 3708605
20 lines
471 B
Plaintext
20 lines
471 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-peach-cnss-v8.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun SoCs";
|
|
compatible = "qcom,sun", "qcom,sunp";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>,
|
|
<639 0x10000>, <639 0x20000>;
|
|
qcom,board-id = <0x50001 0>, <0x40008 0>, <0x3000B 0>, <0x2000B 0>,
|
|
<0x30008 0>, <0x40001 0>, <0x30015 0>;
|
|
};
|