Device node changes required on ravelin, describing the GPIO configuration for Nfc controller chip. Modified corresponding Nfc device node for ATP, IDP & QRD platforms Change-Id: I331d0ad5aff3cd51bff5cf5268fbfe58c71d8280
18 lines
419 B
Plaintext
18 lines
419 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "ravelin-nfc-common.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Ravelin IDP";
|
|
compatible = "qcom,ravelin-idp", "qcom,ravelin", "qcom,idp";
|
|
qcom,msm-id = <568 0x10000>, <602 0x10000>, <653 0x10000>, <654 0x10000>, <663 0x10000>;
|
|
qcom,board-id = <34 0>;
|
|
};
|