- Added NFC DT support for kera target Change-Id: Ifd3e75972623154ff80e80720b060b8844fe0d7e
17 lines
412 B
Plaintext
17 lines
412 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "kera-nfc-common.dtsi"
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Kera SoC";
|
|
compatible = "qcom,kera";
|
|
qcom,msm-id = <686 0x10000>, <659 0x10000>;
|
|
qcom,board-id = <0x10008 0>, <33 0>, <0x10001 0>, <0x1000B 0>, <0x10015 0>;
|
|
};
|