From nobody Mon Apr 6 08:10:02 2026 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 64D4AC38145 for ; Thu, 8 Sep 2022 14:29:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232585AbiIHO3k (ORCPT ); Thu, 8 Sep 2022 10:29:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39946 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232006AbiIHO32 (ORCPT ); Thu, 8 Sep 2022 10:29:28 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B0A5DEF; Thu, 8 Sep 2022 07:29:24 -0700 (PDT) Received: from localhost (unknown [188.27.54.142]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: cristicc) by madras.collabora.co.uk (Postfix) with ESMTPSA id DD4FA6601F97; Thu, 8 Sep 2022 15:29:22 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1662647363; bh=ACPX1O/55jmYl4XQH9KqX/fcKaXpHRpw86mnaJXhFSo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=NP12pTaOh/knK67jBR9i0s0Xdp9Zkjan2OZ6mS6UngUmk+pzewDfy9+UIyC6BNUXD vx/WuEUFkgfbL4+hKCRHYdHntAmuaDomenFTuPmMKv1EjA2Cr30Xl/S1gBPC1h6pw5 GbipM+7Y/b0VOUq5mxpTS7C+C6GyoTOp8Jrt3/3r8dkByRZruQNdY0iovNOCfR08HH TTEC3WJbEvjFBGeskTkLZREf079UwrqkIzkyKw66gdLhYoGChEZEvzPdlFaCgfxxJw DgVcHImk12/LeX6ETVIizFJyJ43D0K00Qh2dEpUW3xNq+pLpsP13cw/QKLzXnlKgZF W1HEWaGa01wag== From: Cristian Ciocaltea To: Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Palmer Dabbelt , Albert Ou , Michael Zhu , Drew Fustini , Emil Renner Berthing , Conor Dooley Cc: devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@collabora.com, Krzysztof Kozlowski Subject: [PATCH v3 1/3] dt-bindings: riscv: starfive: Add StarFive VisionFive V1 board Date: Thu, 8 Sep 2022 17:29:12 +0300 Message-Id: <20220908142914.359777-2-cristian.ciocaltea@collabora.com> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20220908142914.359777-1-cristian.ciocaltea@collabora.com> References: <20220908142914.359777-1-cristian.ciocaltea@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Document the compatibles for StarFive VisionFive V1 SBC [1]. The board is based on the StarFive JH7100 SoC. [1] https://github.com/starfive-tech/VisionFive Signed-off-by: Cristian Ciocaltea Reviewed-by: Conor Dooley Reviewed-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/riscv/starfive.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/riscv/starfive.yaml b/Docume= ntation/devicetree/bindings/riscv/starfive.yaml index 5b36243fd674..5d3fcee52d59 100644 --- a/Documentation/devicetree/bindings/riscv/starfive.yaml +++ b/Documentation/devicetree/bindings/riscv/starfive.yaml @@ -19,7 +19,9 @@ properties: compatible: oneOf: - items: - - const: beagle,beaglev-starlight-jh7100-r0 + - enum: + - beagle,beaglev-starlight-jh7100-r0 + - starfive,visionfive-v1 - const: starfive,jh7100 =20 additionalProperties: true --=20 2.37.3 From nobody Mon Apr 6 08:10:02 2026 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 3F407C6FA86 for ; Thu, 8 Sep 2022 14:29:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232642AbiIHO3n (ORCPT ); Thu, 8 Sep 2022 10:29:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40024 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232240AbiIHO33 (ORCPT ); Thu, 8 Sep 2022 10:29:29 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 80BAAE5B; Thu, 8 Sep 2022 07:29:27 -0700 (PDT) Received: from localhost (unknown [188.27.54.142]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: cristicc) by madras.collabora.co.uk (Postfix) with ESMTPSA id B080A6601F98; Thu, 8 Sep 2022 15:29:25 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1662647365; bh=UBRhn4lgQdW+8dZvVkiyGpxcNAQi4SGnZihszf2Oqls=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=YeHMh8lyNHyGV1o/lF9ugmKfUtLvDXeW/Dsa+0c2bR/BzMK75ZNKEZhR+PzzHwqCc ebkaL/WMiWlgyzP54wM082YnK7r3uH5fnhOUXmzkOTNKCqt6v7IYgz9A0Bp0VE1P6R 22M2IaUVGFKi2Zhjo3nG9xniKdhKHxhGsFh61hTWscdR+05sOJ/x5SAzcqpdyS44mx GwOnTmJg8ZU+QwlrZ6D8fh5oh0LbgbjNw5XoKSbbjs1BNrs9m2c+m0ythdobqkPrNY HOaP2Y97L4I6PdxO5j3ErWQf9r8DOR0hHlgwK7SNLvNdsMwMqlY9OAgwT3jq+JbCQY G28SOcriSXt3Q== From: Cristian Ciocaltea To: Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Palmer Dabbelt , Albert Ou , Michael Zhu , Drew Fustini , Emil Renner Berthing , Conor Dooley Cc: devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@collabora.com Subject: [PATCH v3 2/3] riscv: dts: starfive: Add common DT for JH7100 based boards Date: Thu, 8 Sep 2022 17:29:13 +0300 Message-Id: <20220908142914.359777-3-cristian.ciocaltea@collabora.com> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20220908142914.359777-1-cristian.ciocaltea@collabora.com> References: <20220908142914.359777-1-cristian.ciocaltea@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" In preparation for adding initial device tree support for the StarFive VisionFive board, which is similar with BeagleV Starlight, move most of the content from jh7100-beaglev-starlight.dts to a new file, to be shared between the two boards. Signed-off-by: Cristian Ciocaltea Reviewed-by: Conor Dooley --- .../dts/starfive/jh7100-beaglev-starlight.dts | 153 +----------------- ...aglev-starlight.dts =3D> jh7100-common.dtsi} | 3 - 2 files changed, 1 insertion(+), 155 deletions(-) copy arch/riscv/boot/dts/starfive/{jh7100-beaglev-starlight.dts =3D> jh710= 0-common.dtsi} (96%) diff --git a/arch/riscv/boot/dts/starfive/jh7100-beaglev-starlight.dts b/ar= ch/riscv/boot/dts/starfive/jh7100-beaglev-starlight.dts index c9af67f7a0d2..7cda3a89020a 100644 --- a/arch/riscv/boot/dts/starfive/jh7100-beaglev-starlight.dts +++ b/arch/riscv/boot/dts/starfive/jh7100-beaglev-starlight.dts @@ -5,160 +5,9 @@ */ =20 /dts-v1/; -#include "jh7100.dtsi" -#include -#include -#include +#include "jh7100-common.dtsi" =20 / { model =3D "BeagleV Starlight Beta"; compatible =3D "beagle,beaglev-starlight-jh7100-r0", "starfive,jh7100"; - - aliases { - serial0 =3D &uart3; - }; - - chosen { - stdout-path =3D "serial0:115200n8"; - }; - - cpus { - timebase-frequency =3D <6250000>; - }; - - memory@80000000 { - device_type =3D "memory"; - reg =3D <0x0 0x80000000 0x2 0x0>; - }; - - leds { - compatible =3D "gpio-leds"; - - led-ack { - gpios =3D <&gpio 43 GPIO_ACTIVE_HIGH>; - color =3D ; - function =3D LED_FUNCTION_HEARTBEAT; - linux,default-trigger =3D "heartbeat"; - label =3D "ack"; - }; - }; -}; - -&gpio { - i2c0_pins: i2c0-0 { - i2c-pins { - pinmux =3D , - ; - bias-disable; /* external pull-up */ - input-enable; - input-schmitt-enable; - }; - }; - - i2c1_pins: i2c1-0 { - i2c-pins { - pinmux =3D , - ; - bias-pull-up; - input-enable; - input-schmitt-enable; - }; - }; - - i2c2_pins: i2c2-0 { - i2c-pins { - pinmux =3D , - ; - bias-disable; /* external pull-up */ - input-enable; - input-schmitt-enable; - }; - }; - - uart3_pins: uart3-0 { - rx-pins { - pinmux =3D ; - bias-pull-up; - drive-strength =3D <14>; - input-enable; - input-schmitt-enable; - slew-rate =3D <0>; - }; - tx-pins { - pinmux =3D ; - bias-disable; - drive-strength =3D <35>; - input-disable; - input-schmitt-disable; - slew-rate =3D <0>; - }; - }; -}; - -&i2c0 { - clock-frequency =3D <100000>; - i2c-sda-hold-time-ns =3D <300>; - i2c-sda-falling-time-ns =3D <500>; - i2c-scl-falling-time-ns =3D <500>; - pinctrl-names =3D "default"; - pinctrl-0 =3D <&i2c0_pins>; - status =3D "okay"; - - pmic@5e { - compatible =3D "ti,tps65086"; - reg =3D <0x5e>; - gpio-controller; - #gpio-cells =3D <2>; - - regulators { - }; - }; -}; - -&i2c1 { - clock-frequency =3D <400000>; - i2c-sda-hold-time-ns =3D <300>; - i2c-sda-falling-time-ns =3D <100>; - i2c-scl-falling-time-ns =3D <100>; - pinctrl-names =3D "default"; - pinctrl-0 =3D <&i2c1_pins>; - status =3D "okay"; -}; - -&i2c2 { - clock-frequency =3D <100000>; - i2c-sda-hold-time-ns =3D <300>; - i2c-sda-falling-time-ns =3D <500>; - i2c-scl-falling-time-ns =3D <500>; - pinctrl-names =3D "default"; - pinctrl-0 =3D <&i2c2_pins>; - status =3D "okay"; -}; - -&osc_sys { - clock-frequency =3D <25000000>; -}; - -&osc_aud { - clock-frequency =3D <27000000>; -}; - -&uart3 { - pinctrl-names =3D "default"; - pinctrl-0 =3D <&uart3_pins>; - status =3D "okay"; }; diff --git a/arch/riscv/boot/dts/starfive/jh7100-beaglev-starlight.dts b/ar= ch/riscv/boot/dts/starfive/jh7100-common.dtsi similarity index 96% copy from arch/riscv/boot/dts/starfive/jh7100-beaglev-starlight.dts copy to arch/riscv/boot/dts/starfive/jh7100-common.dtsi index c9af67f7a0d2..6a66abacb612 100644 --- a/arch/riscv/boot/dts/starfive/jh7100-beaglev-starlight.dts +++ b/arch/riscv/boot/dts/starfive/jh7100-common.dtsi @@ -11,9 +11,6 @@ #include =20 / { - model =3D "BeagleV Starlight Beta"; - compatible =3D "beagle,beaglev-starlight-jh7100-r0", "starfive,jh7100"; - aliases { serial0 =3D &uart3; }; --=20 2.37.3 From nobody Mon Apr 6 08:10:02 2026 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 044E8C54EE9 for ; Thu, 8 Sep 2022 14:29:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232625AbiIHO3t (ORCPT ); Thu, 8 Sep 2022 10:29:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40166 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232229AbiIHO3b (ORCPT ); Thu, 8 Sep 2022 10:29:31 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 515E4656E; Thu, 8 Sep 2022 07:29:30 -0700 (PDT) Received: from localhost (unknown [188.27.54.142]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: cristicc) by madras.collabora.co.uk (Postfix) with ESMTPSA id 0D0616601F99; Thu, 8 Sep 2022 15:29:28 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1662647369; bh=pxoD8z9fXyetfYAqvgFgH+ysSfdhToJ2Wt5ieZT6vrA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=cxX/oy+da1k4HNdiQCVI3ALQhOIcQVJb+MGrFu9/14eWNm3a28l+NHIp/BNc2DfzZ KrOMyZmvoFq0KviV88E0hvtAJWYTbn0iQDSH3B4f1/GIZL/UVYl9iMjrOBNJL+SxZ9 iAVhrjBcaVnuSwlG+plB2RXPg03mQ68oqBk0SV0N3R+7upTV4TobFcOse1qRMrygiP kb6lGI0+/fFGPfBdyFDH/CA866NK/Wpp8Si0Rpb8dc823Xy1ETgUDEKOOy0yG2ut+r E5Ao3OgyNne4tZxczN6srsWsDqvK81BO1mFtGdd2tnIO6s/Ln9Ozno76IUoNtiViW3 pw4G0gz3+1Huw== From: Cristian Ciocaltea To: Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Palmer Dabbelt , Albert Ou , Michael Zhu , Drew Fustini , Emil Renner Berthing , Conor Dooley Cc: devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@collabora.com Subject: [PATCH v3 3/3] riscv: dts: starfive: Add StarFive VisionFive V1 device tree Date: Thu, 8 Sep 2022 17:29:14 +0300 Message-Id: <20220908142914.359777-4-cristian.ciocaltea@collabora.com> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20220908142914.359777-1-cristian.ciocaltea@collabora.com> References: <20220908142914.359777-1-cristian.ciocaltea@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Add initial device tree for the StarFive VisionFive V1 SBC [1], which is similar with the already supported BeagleV Starlight Beta board, both being based on the StarFive JH7100 SoC. [1] https://github.com/starfive-tech/VisionFive Signed-off-by: Cristian Ciocaltea Reviewed-by: Conor Dooley --- arch/riscv/boot/dts/starfive/Makefile | 2 +- .../jh7100-starfive-visionfive-v1.dts | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 arch/riscv/boot/dts/starfive/jh7100-starfive-visionfive= -v1.dts diff --git a/arch/riscv/boot/dts/starfive/Makefile b/arch/riscv/boot/dts/st= arfive/Makefile index 0ea1bc15ab30..039c143cba33 100644 --- a/arch/riscv/boot/dts/starfive/Makefile +++ b/arch/riscv/boot/dts/starfive/Makefile @@ -1,2 +1,2 @@ # SPDX-License-Identifier: GPL-2.0 -dtb-$(CONFIG_SOC_STARFIVE) +=3D jh7100-beaglev-starlight.dtb +dtb-$(CONFIG_SOC_STARFIVE) +=3D jh7100-beaglev-starlight.dtb jh7100-starfi= ve-visionfive-v1.dtb diff --git a/arch/riscv/boot/dts/starfive/jh7100-starfive-visionfive-v1.dts= b/arch/riscv/boot/dts/starfive/jh7100-starfive-visionfive-v1.dts new file mode 100644 index 000000000000..e82af72f1aaf --- /dev/null +++ b/arch/riscv/boot/dts/starfive/jh7100-starfive-visionfive-v1.dts @@ -0,0 +1,20 @@ +// SPDX-License-Identifier: GPL-2.0 OR MIT +/* + * Copyright (C) 2021 StarFive Technology Co., Ltd. + * Copyright (C) 2021 Emil Renner Berthing + */ + +/dts-v1/; +#include "jh7100-common.dtsi" +#include + +/ { + model =3D "StarFive VisionFive V1"; + compatible =3D "starfive,visionfive-v1", "starfive,jh7100"; + + gpio-restart { + compatible =3D "gpio-restart"; + gpios =3D <&gpio 63 GPIO_ACTIVE_HIGH>; + priority =3D <224>; + }; +}; --=20 2.37.3