Remove wcn6750 and wcn3990 from kernel devicetree, since it's moved to techpack. Change-Id: I83569274403a5292a293b95d2cbd76e553ff8ea1 Signed-off-by: Saranya R <quic_sarar@quicinc.com>
17 lines
375 B
Plaintext
17 lines
375 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/memreserve/ 0x90000000 0x00010000;
|
|
|
|
#include "parrot.dtsi"
|
|
#include "parrot-rumi.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Parrot RUMI";
|
|
compatible = "qcom,parrot-rumi", "qcom,parrot", "qcom,rumi";
|
|
qcom,board-id = <0x1000F 0>;
|
|
};
|