17 lines
371 B
Plaintext
17 lines
371 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "parrot-rumi.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Parrot RUMI";
|
|
compatible = "qcom,parrot-rumi", "qcom,parrot", "qcom,rumi";
|
|
qcom,msm-id = <537 0x10000>, <663 0x10000>;
|
|
qcom,board-id = <0x1000F 0>;
|
|
};
|