From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx4.wp.pl (mx4.wp.pl [212.77.101.12]) (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 2169E2ED14F for ; Wed, 13 Aug 2025 14:29:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=212.77.101.12 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755095375; cv=none; b=oihlglltViO5WTmhEMbiv99EWcd2VD8lUTdEGMiG04WMqlQ1GokvxFOld6c97iP7/TzFyDi+x6K34cboPm3QSmdBDhrz1Fg7J3TTkzUvQfq5/Kz+J1MLvBCsjETjcCTbSXuF+WuOX7p5pGd8lN89jFTNmRuCfG8I3K3G7APs3dE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755095375; c=relaxed/simple; bh=qihzpTxj5De8Q1aeb/tzYw6U/W+sS4FraSESg7kL6UI=; h=From:To:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Cj2PmDFxSNnIm3m+7ogExbj5hJLfJ/0sfCx1hv4PFQ8OcXt6SzpA9WcOHd8j3dO7QI87fKuPohmj7XJCfqaE5NpEn63VYS5Z1nOQ5JbBJwtG88FLieBKXJ0FNRKlVAX6Q5GqGQmfrDyP8tsq1fkhHY4MYMTFvBhIWhKxnIK6jcM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=wp.pl; spf=pass smtp.mailfrom=wp.pl; dkim=pass (2048-bit key) header.d=wp.pl header.i=@wp.pl header.b=cRYKtO11; arc=none smtp.client-ip=212.77.101.12 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=wp.pl Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=wp.pl Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=wp.pl header.i=@wp.pl header.b="cRYKtO11" Received: (wp-smtpd smtp.wp.pl 15862 invoked from network); 13 Aug 2025 16:29:31 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=20241105; t=1755095371; bh=D3oxhsCXayNd8nbZZK3yVVcUaoK/rK3H5eEbvDOy3ms=; h=From:To:Subject; b=cRYKtO11oVIDxSTg3PUEVWFrV+z4F8q/wF5mRLRN4zCyrdKo59l3ntnBUB9Z0QrWv KQhylpdgXrOpncipNKM5XAXSva3WuI8WSbnJHPNsyoNgyO9Dx03LosajlrZ80i6QbV yGcTaByCjJaU1NQkOfq/MXamgqk30IINuEILt/hP3PRjj9T5g/USgmRMdmeNvPrIS1 fawRPgV/y6ZO1KGQQZNih8QYFIv8fgePx2aeYKddM2KPXnkC5IU9vsKuHUc68stw/4 uiM1SUdbcVJ5efCJK1IKoWcr3nNykkKRVn1wI2iYuQspauCW7z+wi+/jM1gHIjEpaA qHs+uc7HKK3hg== Received: from 83.24.134.210.ipv4.supernova.orange.pl (HELO laptop-olek.lan) (olek2@wp.pl@[83.24.134.210]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with ECDHE-RSA-AES256-GCM-SHA384 encrypted SMTP for ; 13 Aug 2025 16:29:31 +0200 From: Aleksander Jan Bajkowski To: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, neil.armstrong@linaro.org, heiko@sntech.de, kever.yang@rock-chips.com, mani@kernel.org, tsbogend@alpha.franken.de, john@phrozen.org, masahiroy@kernel.org, olek2@wp.pl, devicetree@vger.kernel.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 3/3] dt-bindings: mips: lantiq: Add Lantiq platform binding Date: Wed, 13 Aug 2025 16:21:34 +0200 Message-ID: <20250813142917.2053814-4-olek2@wp.pl> X-Mailer: git-send-email 2.47.2 In-Reply-To: <20250813142917.2053814-1-olek2@wp.pl> References: <20250813142917.2053814-1-olek2@wp.pl> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-WP-MailID: d9bd7045da565dc21e14cf586744e21b X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 0000000 [scMR] Document the top-level device tree binding for Lantiq MIPS-based SoCs Signed-off-by: Aleksander Jan Bajkowski --- .../devicetree/bindings/mips/lantiq/soc.yaml | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 Documentation/devicetree/bindings/mips/lantiq/soc.yaml diff --git a/Documentation/devicetree/bindings/mips/lantiq/soc.yaml b/Documentation/devicetree/bindings/mips/lantiq/soc.yaml new file mode 100644 index 000000000000..e1708cd9b07e --- /dev/null +++ b/Documentation/devicetree/bindings/mips/lantiq/soc.yaml @@ -0,0 +1,60 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/mips/lantiq/soc.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Lantiq SoC based Platform + +maintainers: + - Aleksander Jan Bajkowski + +description: + Devices with a Lantiq CPU shall have the following properties. + +properties: + $nodename: + const: "/" + compatible: + oneOf: + - description: Boards with Lantiq Amazon-SE SoC + items: + - const: lantiq,ase + + - description: Boards with Lantiq Danube SoC + items: + - const: lantiq,danube + + - description: Boards with Lantiq Falcon SoC + items: + - const: lantiq,falcon + + - description: Boards with Lantiq Twinpass SoC + items: + - const: lantiq,twinpass + + - description: Boards with Lantiq ARX100 SoC + items: + - const: lantiq,ar9 + + - description: Boards with Lantiq GRX100 SoC + items: + - const: lantiq,gr9 + + - description: Boards with Lantiq xRX200 SoC + items: + - enum: + - bt,homehub-v5a + - const: lantiq,vr9 + + - description: Boards with Lantiq xRX300 SoC + items: + - const: lantiq,ar10 + + - description: Boards with Lantiq xRX330 SoC + items: + - const: lantiq,grx390 + +additionalProperties: true + +... -- 2.47.2