From nobody Sun Oct 5 14:30:45 2025 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id ED45824C06A; Mon, 4 Aug 2025 10:04:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=68.232.154.123 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754301847; cv=none; b=qii1iwzQV0EbrayadZMf3t31arcf1iGaJkQYpBmSk7sim8XOe2rKFo6dyhsyKQDbaoRXd68hh3Cxm16dcytiipExvAG3F5QZRJskTG3cEVnG2XBgPDdx1cil1u1wJun7w9sPt2BJ4958/uFec2QX1iyad+4cG7hJedVotpl2nrM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754301847; c=relaxed/simple; bh=OO+4hFY4hrkvoHxCh16qXc+sfsnxcGj6fzpJBv4i9i0=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=JC6KaLVtM57ItOwy85kwpk94iU791xxo8hum8FjdgA0q3vjgwGxmikis5tkoMprQn4yaPeihCtAatU+8m+6hVob7djRfFHEoLf5IXdj0lu620yz5yH1CLYgQExNaepvpuUbpJD9dTvtfa9se3XZ1324+a4kY9kfCTaGujwwPkPk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=microchip.com; spf=pass smtp.mailfrom=microchip.com; dkim=pass (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b=vZhWsTjC; arc=none smtp.client-ip=68.232.154.123 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=microchip.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=microchip.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b="vZhWsTjC" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1754301845; x=1785837845; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=OO+4hFY4hrkvoHxCh16qXc+sfsnxcGj6fzpJBv4i9i0=; b=vZhWsTjC/n+ERRCOeXYrm8f8DLG3ypPZzLIK5rlpaWiDgPuI5b6rPVzC FbJE0u+9k4/DGbh+Gmv8zhOWy/Eod4avYY6Qyyk38WN3rNcPJXjyIB08d cUnzad/sz7uhcSKLb3N+RrZeNTZJ1n3cBP6h9UM5tDxxhvbNRh0N4zUdk HQiu1FZbCja8qAp04ZoaIyaJEj4DzOR93Y2/+C4jBymZbto1I0m7mMTHB 5kZ0bdCnQRPYKJuTfhYkLWqbNkNr+YuCNpovnk+m85IjbEI1SM46eFJa5 zkDerBA99PMcLbmABYX+r7n05I/+HYla7Qa/np7r6nT7wKOCjXbwa0Vv2 w==; X-CSE-ConnectionGUID: +866aF0tQ+SVcfcIeqWRcg== X-CSE-MsgGUID: WoN7XXpoTE6eoGfuANyu6A== X-IronPort-AV: E=Sophos;i="6.17,258,1747724400"; d="scan'208";a="44245549" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa4.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 04 Aug 2025 03:04:05 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.44; Mon, 4 Aug 2025 03:03:45 -0700 Received: from che-ll-i67070.microchip.com (10.10.85.11) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2507.44 via Frontend Transport; Mon, 4 Aug 2025 03:03:38 -0700 From: Varshini Rajendran To: , , , , , , , , , , , , , , , CC: Subject: [PATCH 12/15] ARM: dts: microchip: sama7d65: add otpc node Date: Mon, 4 Aug 2025 15:32:16 +0530 Message-ID: <20250804100219.63325-13-varshini.rajendran@microchip.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250804100219.63325-1-varshini.rajendran@microchip.com> References: <20250804100219.63325-1-varshini.rajendran@microchip.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Add OTPC node along with temperature calibration cell. Signed-off-by: Varshini Rajendran --- arch/arm/boot/dts/microchip/sama7d65.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/microchip/sama7d65.dtsi b/arch/arm/boot/dts/= microchip/sama7d65.dtsi index 1f249323d08a..1d3708c76202 100644 --- a/arch/arm/boot/dts/microchip/sama7d65.dtsi +++ b/arch/arm/boot/dts/microchip/sama7d65.dtsi @@ -15,6 +15,7 @@ #include #include #include +#include =20 / { model =3D "Microchip SAMA7D65 family SoC"; @@ -638,6 +639,17 @@ ddr3phy: ddr3phy@e3804000 { reg =3D <0xe3804000 0x1000>; }; =20 + otpc: efuse@e8c00000 { + compatible =3D "microchip,sama7d65-otpc", "microchip,sama7g5-otpc", "sy= scon"; + reg =3D <0xe8c00000 0x100>; + #address-cells =3D <1>; + #size-cells =3D <1>; + + temperature_calib: calib@41435354 { + reg =3D <0x41435354 0x2c>; /* Temp calib data packet TAG */ + }; + }; + gic: interrupt-controller@e8c11000 { compatible =3D "arm,cortex-a7-gic"; reg =3D <0xe8c11000 0x1000>, --=20 2.34.1