From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from va-2-33.ptr.blmpb.com (va-2-33.ptr.blmpb.com [209.127.231.33]) (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 C91D038394 for ; Wed, 25 Sep 2024 05:31:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=209.127.231.33 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727242309; cv=none; b=KbcQzU9YN6VQtoyWnyCU4+yLowdy68xmgDHQ1SdA24sGOIC8OORpHyWTIVL9B+QPC3QXI0xAk4Jdkr3BCF9XiY9MwsxNLhxZcas7yosu5R8yYwgvxz+waQ9fjmKtB27kZE8MQzcNpGbDl01dnsMrlQA/O9S32clOtHR1lo5wAnM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727242309; c=relaxed/simple; bh=eVd4ZCtT5ouoFbR+rt5hQNpp8c3XinZdqDv+bsXnQ4k=; h=Cc:Subject:Date:Mime-Version:From:Message-Id:To:Content-Type; b=M7E62OOqp5tGLaFUM8Q6ng37AJvC+2zWTWrO4DiQOvEAkIpNAuuo3H9OiNbgvEwqVGuccvD62nRKVGEo5t7ihVwabOuJeUjRrM8CUO+URtNMtTyvJB9fbkgDiJnBiCenYMFcmQ14UKc8VlmZ7lqhVmLX1b2UGiURRF3yOsb25W0= 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=E0NKe+z/; arc=none smtp.client-ip=209.127.231.33 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="E0NKe+z/" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=s1; d=deepcomputing-io.20200927.dkim.feishu.cn; t=1727242297; h=from:subject:mime-version:from:date:message-id:subject:to:cc: reply-to:content-type:mime-version:in-reply-to:message-id; bh=a6txcGONyEy3jDjRb3vFFGuVu+sHQ0dLCYuaB0BaxR0=; b=E0NKe+z/n+xXFsenCOT8WAqBcrRXiSHD373ERYZ1BWMIWbi6/6eFYOYP9IeIDcP+vhSuSP RtMCnsFxTiYx2zhPTUNzxwT2faaRHKWdgKmsTXVo2TgQNE8a61p8A2lQip9AVxuHM5WkP9 7F+OiqHgttFzbkb/T03hOTaNfM+cN1Y9qOVJADdCW0GG/Igm/Ege7yctbWcoVvaZ4ye4O/ lXl1gqt5f/zGMjwuaoiIKKb3awlTqHoKb2Lz0JInlrCwKXhWLmVLug1W+WV4PicZk+yCVt FLtstAFBqMW1LtzKMla3a5lJZE9vhX4m752Zkkpj7ad6n128dBtRuEQhGhwJOQ== X-Lms-Return-Path: X-Mailer: git-send-email 2.34.1 Cc: "Conor Dooley" , "Rob Herring" , "Krzysztof Kozlowski" , "Paul Walmsley" , "Palmer Dabbelt" , "Albert Ou" , "Heiko Stuebner" , "Neil Armstrong" , , "Linus Walleij" , "Michael Zhu" , "Drew Fustini" , , , , , , , , , "Sandie Cao" Subject: [PATCH v3 0/3] Add Framework FRANME0000 dts Date: Wed, 25 Sep 2024 13:31:20 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 X-Original-From: Sandie Cao From: "Sandie Cao" Message-Id: <20240925053123.1364574-1-sandie.cao@deepcomputing.io> Content-Transfer-Encoding: 7bit To: "Emil Renner Berthing" Received: from roma-MacBookPro.. ([61.141.249.39]) by smtp.feishu.cn with ESMTPS; Wed, 25 Sep 2024 13:31:35 +0800 Content-Type: text/plain; charset=UTF-8 DeepComputing is creating a RISC-V Framework Laptop 13 Mainboard powered by a StarFive JH7110 processor.This is a developer-focused product, aimed at making tinkering with RISC-V more accessible. The Mainboard is under development and we'll share more on functionality, compatibility, and availability as the program progresses. Framework Model: Framework FRANME0000 DeepComputing Model: DeepComputing fm7110 V1: - Add framework dts and config. V2: - Add deepcomputing into vendor list. - Add deepcomputing,fm7110 into model compatible list. - Fix the error about dtbs_check. - Framework Config will be included in later patch. V3: - Update board features into description Sandie Cao (3): dt-bindings: vendor: add deepcomputing dt-bindings: riscv: starfive: add deepcomputing,fm7110 riscv: dts: starfive: add framework dts .../devicetree/bindings/riscv/starfive.yaml | 1 + .../devicetree/bindings/vendor-prefixes.yaml | 2 ++ arch/riscv/boot/dts/starfive/Makefile | 1 + .../boot/dts/starfive/jh7110-framework.dts | 34 +++++++++++++++++++ 4 files changed, 38 insertions(+) create mode 100644 arch/riscv/boot/dts/starfive/jh7110-framework.dts base-commit: abf2050f51fdca0fd146388f83cddd95a57a008d -- 2.34.1