From patchwork Wed Jul 3 10:29:36 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Varshini Rajendran X-Patchwork-Id: 13721768 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8E24FC30653 for ; Wed, 3 Jul 2024 10:31:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:To:From:Reply-To:Cc:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=LSRTiKyyTn/M+yeoASGBFayblXPvvlzssga3aIsVZYs=; b=Y7+mI2cKxhHmaI3WYLhCwqMpk2 JFV8uXhrfqlrmWeIULbE8Wbq4MMXZfVrzLBlrYRuXMEqqE9htBF/QAnQBHx26H1BQePMaSlYe5pC1 f0CoIFnLfizOYUzEEMw5t4wZFKAC8ar3S7/6zs9JA95BftlNOqinQ/W/J8MCwmAj2nbS7jOmMkcm6 6IiPupyERJiihBX2eRwU1NbZRyfgOxnxJ7OUdOV2o9oxzqUVioEHHusrqnvJ6C4Qz8hJ2XOrLiAf4 JdsU9OT/qutPQpbSIJBOB7MD09aT6xLCtW2rN1tmmSEj7RsM4nV2Q3kn/yfYhpWhSY/fbMrvWzBbu IWoDA5uA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sOxGa-00000009mdZ-21BB; Wed, 03 Jul 2024 10:31:12 +0000 Received: from esa.microchip.iphmx.com ([68.232.153.233]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sOxFQ-00000009m5O-2UYR for linux-arm-kernel@lists.infradead.org; Wed, 03 Jul 2024 10:30:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1720002601; x=1751538601; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=xbdNDU83RLdASHMfHIv+diZ3brJ2+ZBeOGZRr9HKbWI=; b=SjmCJDeLOPFOIRwFAm9MBrDObm7BCpVb4q6v4o4NVwYj7fScqqaM+o2g qYhwXYA7QbCD8IckrF7PBERGnB5e/UbLiOUXFc9Ie1BtJhsn/PymIzqEu S70G0hA/Z4vQuijzRAf61ECwLu0gwuTCPuXwA41he68RZLpvwj6g7tjUz BSHA6EQafvlwYZKT9ZqOuO2p40BCdqV7WBgDUh0w04M5UE+kizqVz2eJm Yk8kpurqPSxSxDDwJ9r+UBCwnnqrSs7jDykJwG30Czml5GjjbxlsdwpYs JeLPWI/jHiF7NNVwwkzfLHTbGg+yNqM2mtaLy8toiyWx0T3rEEW6IPduX A==; X-CSE-ConnectionGUID: WSWDYVd0Sief6o+XdEUAmQ== X-CSE-MsgGUID: pxtzhN7kRv2+NnrgAfezkw== X-IronPort-AV: E=Sophos;i="6.09,181,1716274800"; d="scan'208";a="259682274" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa5.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 03 Jul 2024 03:30:01 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Wed, 3 Jul 2024 03:29:43 -0700 Received: from che-lt-i67070.microchip.com (10.10.85.11) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Wed, 3 Jul 2024 03:29:38 -0700 From: Varshini Rajendran To: , , , , , , , , , , , Subject: [PATCH v5 26/27] dt-bindings: arm: add sam9x75 curiosity board Date: Wed, 3 Jul 2024 15:59:36 +0530 Message-ID: <20240703102936.196606-1-varshini.rajendran@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703102011.193343-1-varshini.rajendran@microchip.com> References: <20240703102011.193343-1-varshini.rajendran@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240703_033000_674625_FBE0DBDF X-CRM114-Status: UNSURE ( 8.36 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add documentation for SAM9X75 Curiosity board. Signed-off-by: Varshini Rajendran Acked-by: Rob Herring --- Changes in v5: - Updated Acked-by tag. --- Documentation/devicetree/bindings/arm/atmel-at91.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml index 82f37328cc69..7160ec80ac1b 100644 --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml @@ -106,6 +106,12 @@ properties: - const: microchip,sam9x60 - const: atmel,at91sam9 + - description: Microchip SAM9X7 Evaluation Boards + items: + - const: microchip,sam9x75-curiosity + - const: microchip,sam9x7 + - const: atmel,at91sam9 + - description: Nattis v2 board with Natte v2 power board items: - const: axentia,nattis-2