Add initial device tree support for ravelin target. This is a snapshot of dtsi files as of KP.1.0 'commit <370d8eab7cc6> ("Merge "ARM: dts: qcom: Disable cnss-kiwi SOL on anorak platform"")'. Modified as per compilation and bootup. Change-Id: Icb9a6e67879c68dbf894d1713fa2837882b9f00c Signed-off-by: Swetha Chikkaboraiah <quic_schikk@quicinc.com>
12 lines
266 B
Plaintext
12 lines
266 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "ravelin.dtsi"
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. RavelinP";
|
|
compatible = "qcom,ravelinp";
|
|
qcom,msm-id = <602 0x10000>;
|
|
};
|