From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from va-2-29.ptr.blmpb.com (va-2-29.ptr.blmpb.com [209.127.231.29]) (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 05A6E1EF39E for ; Tue, 31 Mar 2026 03:46:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=209.127.231.29 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774928809; cv=none; b=f5YV0eWJEIKGYWRHz4ANyVDN4EoEarVQNjhwU/YvO8b+jqCpRU7RAuN2fEYax7xrddoU7sTTBGCNNuLUCsxEG2LFyZFGkNfrpjjZYjuit00sHRwxfUlQc9Z0C+3i9/PJbE+PcukZ3Yr/yCH27daPs7XzjdTIO8ZfVklf3leHhYo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774928809; c=relaxed/simple; bh=DSx148ie2cdYVVTihZhnmpl0/0GKwVXfxSnMpwWHaGk=; h=Subject:Cc:Date:To:From:Mime-Version:Message-Id:Content-Type; b=j9YxTGvijQ4VVuImj8CuCxYpHffbDLRYLU7+RxKMPEIgNBd9Jl4ePWxbReFgcGBjBsFcTe4X/NSRk8r5Pv1njaPIZz1z5r01pysd2tXv/2Rp3esx7CEBBimUxwILsaqWGslcb10ul4PAx6BzJLI21A3a6fsrqkeBTiZneE1RhGQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=deepcomputing.io; spf=pass smtp.mailfrom=deepcomputing.io; dkim=pass (2048-bit key) header.d=deepcomputing-io.20200927.dkim.feishu.cn header.i=@deepcomputing-io.20200927.dkim.feishu.cn header.b=HyTzhb7b; arc=none smtp.client-ip=209.127.231.29 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=deepcomputing.io Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=deepcomputing.io Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=deepcomputing-io.20200927.dkim.feishu.cn header.i=@deepcomputing-io.20200927.dkim.feishu.cn header.b="HyTzhb7b" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=s1; d=deepcomputing-io.20200927.dkim.feishu.cn; t=1774928682; h=from:subject:mime-version:from:date:message-id:subject:to:cc: reply-to:content-type:mime-version:in-reply-to:message-id; bh=uxHkUdFeg/FwNhES/kW73MVWxcRL8iwer3YLvVez//k=; b=HyTzhb7b/RkD6DuxO0T3sFM9vkwzchwHdkgenoZZXcNpCCr3OyztYnacAUjJSo4OUPj7tn Bq15KJCyQv1awjQcD9bfwCT1pBrX8IVpjgCZCROJM2Bdn/frQ4vbWUmQxkaVn6DCPI+EeX y3ZqvGaFg86446diohCVni3jVA3nt4a9TcS6VxlYdLeesknayF3a+m9/yOBjpx2l22F8Jh d9O6ohieLPRQrBFyKa6XFLFcZLa/AdWyPJNbKtKe7Sv57s1hIo8ziGSiFdIEyEihuyynGV BbCgcTD85nUFGYmkvzMXocRiCnICZkFFeZJrbJuJpMVANmM41lQyUeFvrIcUwg== Subject: [PATCH v1 0/2] Add DeepComputing FML13V05 board dts X-Mailer: git-send-email 2.43.0 Cc: "Emil Renner Berthing" , "Rob Herring" , "Krzysztof Kozlowski" , "Yixun Lan" , "Paul Walmsley" , "Palmer Dabbelt" , "Albert Ou" , "Heinrich Schuchardt" , "Troy Mitchell" , "Michael Opdenacker" , "Guodong Xu" , "Hendrik Hamerlinck" , "Yangyu Chen" , , , , , "Sandie Cao" Date: Tue, 31 Mar 2026 11:44:23 +0800 X-Original-From: Sandie Cao X-Lms-Return-Path: To: "Conor Dooley" From: "Sandie Cao" Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Received: from roma-Laptop-12th-Gen-Intel-Core.. ([218.17.141.187]) by smtp.feishu.cn with ESMTPS; Tue, 31 Mar 2026 11:44:40 +0800 Message-Id: <20260331034423.67142-1-sandie.cao@deepcomputing.io> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=UTF-8 This series updates Device Tree related files to introduce the FML13V05 board from DeepComputing, which incorporates a Spacemit K3 SoC. This board is designed for use on the Framework Laptop 13 Chassis, which has (Framework) SKU FRANHQ0001. The series is based on riscv-dt-for-next. sandiecao (2): dt-bindings: riscv: spacemit: add deepcomputing,fml13v05 riscv: dts: spacemit: add DeepComputing FML13V05 board device tree .../devicetree/bindings/riscv/spacemit.yaml | 1 + arch/riscv/boot/dts/spacemit/Makefile | 1 + .../spacemit/k3-deepcomputing-fml13v05.dts | 28 +++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 arch/riscv/boot/dts/spacemit/k3-deepcomputing-fml13v05.dts base-commit: 4a1739c30fc66a59450c1f78923f94607e786882 -- 2.43.0