From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 533AAC6FA82 for ; Fri, 2 Sep 2022 19:23:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230268AbiIBTXB (ORCPT ); Fri, 2 Sep 2022 15:23:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36912 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229775AbiIBTXA (ORCPT ); Fri, 2 Sep 2022 15:23:00 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F1623FC317; Fri, 2 Sep 2022 12:22:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1662146579; x=1693682579; h=from:to:subject:date:message-id:mime-version; bh=OlL16i5b1kNL0TnK8DyRJZcYY0XJwfD9vewL7IITYp8=; b=1PUnq4Z6iNNyBRNtQXfZpJtW9zxogD34YD6PQ07XJZHiiQqNa0dsjF56 aiXqisDd2B4rHMPELZyIJKfjecy1xrChzhW+mFu1kzlmvCy9Gv3I950+e cIVRkV2wYEG/YRM1t3tlXCNflxjggu7hz0wLJUnRifqX3/SMlzINDEt4S aGy+tEgDQjPKC2Lt4E9F5pEuKU7eemV/Boz49VZoX3W2dxvc5REFY/1TN w1lzab1SFNhz0AYBZnMV3AGxIl0sCIYo1TkRuXMFmLS9ZC/Z9jDOjKDXj +80YMlL83ScPE6rXgwvcNPYxYqnjpnOeNRsmXm0zZKQgP4/JdAA1MXW2N w==; X-IronPort-AV: E=Sophos;i="5.93,285,1654585200"; d="scan'208";a="172196137" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 02 Sep 2022 12:22:39 -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.12; Fri, 2 Sep 2022 12:22:38 -0700 Received: from AUS-LT-C33025.microchip.com (10.10.115.15) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2507.12 via Frontend Transport; Fri, 2 Sep 2022 12:22:36 -0700 From: Jerry Ray To: Krzysztof Kozlowski , Rob Herring , Nicolas Ferre , "Alexandre Belloni" , Claudiu Beznea , , , , "Jerry Ray" Subject: [PATCH v6 1/2] ARM: dts: at91: Adding documentation for SAMA5D3-EDS Date: Fri, 2 Sep 2022 14:22:35 -0500 Message-ID: <20220902192236.14862-1-jerry.ray@microchip.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Adding the SAMA5D3-EDS board from Microchip into the atmel AT91 board description yaml file. Signed-off-by: Jerry Ray --- v5->v6: - No code change - patch prefix naming modified to match with others. v4->v5: - No change v3->v4: - No change v2->v3: - No change v1->v2: - Added Device Tree documentation for Microchip SAMA5D3-EDS board --- Documentation/devicetree/bindings/arm/atmel-at91.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml index 2b7848bb7769..c7f067e13d20 100644 --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml @@ -139,6 +139,13 @@ properties: - const: atmel,at91sam9g20 - const: atmel,at91sam9 + - description: Microchip SAMA5D3 Ethernet Development System Board + items: + - const: microchip,sama5d3-eds + - const: atmel,sama5d36 + - const: atmel,sama5d3 + - const: atmel,sama5 + - items: - enum: - atmel,sama5d31 -- 2.17.1