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