From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.netcube.li (mail.netcube.li [173.249.15.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E60B2192D86 for ; Mon, 27 Jan 2025 20:21:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=173.249.15.149 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738009307; cv=none; b=fVGB0OdPYSRqhdLNcer2LwH3ucgYDMxXkoRCi/qlyEfBVKNTSCZ0cPrTREm6Lf3EO1G/iAVV5YcaF9oDo2s9aVnRV9LHikMx3Tz3BuDoNAaanpHwMxtipQiYgiYvBbdOlEZWvW43t3OdiQjX0a8g8TXfCon+j3g2CtGML12pmHA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738009307; c=relaxed/simple; bh=uhfwaTttjzMwSGv2tkkIxLu37hLhBAp0Cbt8Qk5ZfFk=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=e1XKxF2mPEspwFssx54B1wvfqmXxXDYY+5u7+18Y6YtLjCqc0q38r2dBx5mbcaXR4br6932QFn24gK45l0NIXr12X5DkjcjEAkuc8XdDgDn5+g6E6jqnvWcnnluBW6B8iYgrbJpJaKV8SQ+9Fan/Sx/BFBM1S91e84JDubOF34M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=netcube.li; spf=pass smtp.mailfrom=netcube.li; dkim=pass (1024-bit key) header.d=netcube.li header.i=@netcube.li header.b=U8e3LP41; arc=none smtp.client-ip=173.249.15.149 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=netcube.li Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=netcube.li Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=netcube.li header.i=@netcube.li header.b="U8e3LP41" dkim-signature: v=1; a=rsa-sha256; d=netcube.li; s=s1; c=relaxed/relaxed; q=dns/txt; h=From:Subject:Date:Message-ID:To:CC:MIME-Version:Content-Transfer-Encoding:In-Reply-To:References; bh=IyZLcVj8nngA5b/in7zM2rxDQYgjhrOFW7fpCfzVXLA=; b=U8e3LP41V5os38T9kFSayj0bULirueu5a5DJWXX0jnqfwPgvMJ4KtZlfEX2eYx7cldgIxElEc9pO46ymn/NieijZgmZpO/xRlYm8st88kANnBSpxQsDi8W1xdf25Hr6BBTEdzfqZYFHabzW90LKXCpXZg196iIIx07ro2yETw4U= Received: from lukas-hpz440workstation.lan.sk100508.local (cm70-231.liwest.at [212.241.70.231]) by mail.netcube.li with ESMTPSA (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256) ; Mon, 27 Jan 2025 21:21:35 +0100 From: Lukas Schmid To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Maxime Ripard Cc: Lukas Schmid , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: [PATCH v7 2/4] dt-bindings: arm: sunxi: Add NetCube Systems Kumquat board Date: Mon, 27 Jan 2025 21:21:23 +0100 Message-Id: <20250127202127.971172-3-lukas.schmid@netcube.li> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250127202127.971172-1-lukas.schmid@netcube.li> References: <20250127202127.971172-1-lukas.schmid@netcube.li> Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The NetCube Systems Kumquat is an Embedded Controller based on the Allwinner V3s SoC. It is intended for Smart Home or Industrial automation without the need for a traditional PLC Signed-off-by: Lukas Schmid --- Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml index 046536d02706..f536cdd2c1a6 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -589,6 +589,11 @@ properties: - const: emlid,neutis-n5h3 - const: allwinner,sun8i-h3 + - description: NetCube Systems Kumquat + items: + - const: netcube,kumquat + - const: allwinner,sun8i-v3s + - description: NextThing Co. CHIP items: - const: nextthing,chip -- 2.39.5