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