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 E245BC433EF for ; Thu, 10 Feb 2022 12:57:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241872AbiBJM5R (ORCPT ); Thu, 10 Feb 2022 07:57:17 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:38332 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234200AbiBJM5P (ORCPT ); Thu, 10 Feb 2022 07:57:15 -0500 Received: from ssl.serverraum.org (ssl.serverraum.org [176.9.125.105]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AC4521BD; Thu, 10 Feb 2022 04:57:16 -0800 (PST) Received: from mwalle01.kontron.local. (unknown [213.135.10.150]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id 401852223A; Thu, 10 Feb 2022 13:57:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1644497834; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=CrzK4PGpcNHgTpL3p110IRd0uMzxauCazGL19v9OP+M=; b=krl0F7ztyY3olTsgaLNVbVdQ5YmC0qf5hqeFCg6y3f7bFhOrqmNUru4ufq8UE+6ag4+eeH TnikmLYkN3dCJCEoLuxoRQKydo34RKkvHLd64z30yfrmd1qYvXfIRq7BCK3jjqzXoLhfgO gtCP+4ebGXFqwXFZnqSAXLLCWLN/GKs= From: Michael Walle To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Rob Herring , Krzysztof Kozlowski , Nicolas Ferre , Alexandre Belloni , Ludovic Desroches , Michael Walle Subject: [PATCH] dt-bindings: arm: at91: add Kontron's new KSwitches Date: Thu, 10 Feb 2022 13:57:05 +0100 Message-Id: <20220210125705.481612-1-michael@walle.cc> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The Kontron KSwitch D10 MMT series ethernet switches features a LAN9668 SoC with either 8 copper ports or 6 copper port and two SFP cages. Signed-off-by: Michael Walle --- .../devicetree/bindings/arm/atmel-at91.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml index c612e1f48dba..e019e79f9551 100644 --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml @@ -174,6 +174,20 @@ properties: - const: microchip,lan9668 - const: microchip,lan966 + - description: Kontron KSwitch D10 MMT 8G industrial ethernet switch + items: + - const: kontron,kswitch-d10-mmt-8g + - const: kontron,s1921 + - const: microchip,lan9668 + - const: microchip,lan966 + + - description: Kontron KSwitch D10 MMT 6G-2GS industrial ethernet switch + items: + - const: kontron,kswitch-d10-mmt-6g-2gs + - const: kontron,s1921 + - const: microchip,lan9668 + - const: microchip,lan966 + - items: - enum: - atmel,sams70j19 -- 2.30.2