Add support for parrot lite SoC. Change-Id: Ia1ac3d8b82b1420e9818de48c673f314c14c28a2 Signed-off-by: Saranya R <sarar@qti.qualcomm.com>
13 lines
261 B
Plaintext
13 lines
261 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
*/
|
|
|
|
#include "parrot.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Parrot Lite";
|
|
compatible = "qcom,parrot";
|
|
qcom,msm-id = <715 0x10000>;
|
|
};
|