Add board ID in WLAN peach V8 DTS file to enable WLAN support for ATP devices which has V8 power grid and peach as WLAN attachment. Change-Id: I9cbef8b9d04086b63214d11087bede805ffbf01a CRs-Fixed: 3862456
23 lines
626 B
Plaintext
23 lines
626 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>,
|
|
<0x100026a 0x10000>, <0x100026a 0x20000>,
|
|
<0x100027f 0x10000>, <0x100027f 0x20000>;
|
|
qcom,board-id = <0x50001 0>, <0x40008 0>, <0x3000B 0>, <0x2000B 0>,
|
|
<0x30008 0>, <0x40001 0>, <0x30015 0>, <0x60008 0>,
|
|
<0x10021 0>, <0x3000B 1>, <0x40108 0>;
|
|
};
|