Message ID | 20221125234656.47306-1-samuel@sholland.org |
---|---|
Headers | show |
Series | riscv: Allwinner D1/D1s platform support | expand |
On Sat, Nov 26, 2022 at 7:47 AM Samuel Holland <samuel@sholland.org> wrote: > > Allwinner sunxi SoCs with a RISC-V CPU use the sun20i designator. Match > that pattern in addition to the designators for 32 and 64-bit ARM SoCs. Reviewed-by: Guo Ren <guoren@kernel.org> > > Reviewed-by: Heiko Stuebner <heiko@sntech.de> > Signed-off-by: Samuel Holland <samuel@sholland.org> > --- > > (no changes since v1) > > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index cd2cbb940f11..6a79f736fe35 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1828,7 +1828,7 @@ F: drivers/pinctrl/sunxi/ > F: drivers/soc/sunxi/ > N: allwinner > N: sun[x456789]i > -N: sun50i > +N: sun[25]0i > > ARM/Amlogic Meson SoC CLOCK FRAMEWORK > M: Neil Armstrong <neil.armstrong@linaro.org> > -- > 2.37.4 >
Reviewed-by: Guo Ren <guoren@kernel.org> On Sat, Nov 26, 2022 at 7:47 AM Samuel Holland <samuel@sholland.org> wrote: > > Several SoMs and boards are available that feature the Allwinner D1 or > D1s SoC. Document their compatible strings. > > Acked-by: Rob Herring <robh@kernel.org> > Signed-off-by: Samuel Holland <samuel@sholland.org> > --- > > Changes in v2: > - Add MangoPi MQ (non-Pro) board > > .../devicetree/bindings/riscv/sunxi.yaml | 69 +++++++++++++++++++ > 1 file changed, 69 insertions(+) > create mode 100644 Documentation/devicetree/bindings/riscv/sunxi.yaml > > diff --git a/Documentation/devicetree/bindings/riscv/sunxi.yaml b/Documentation/devicetree/bindings/riscv/sunxi.yaml > new file mode 100644 > index 000000000000..9edb5e5992b1 > --- /dev/null > +++ b/Documentation/devicetree/bindings/riscv/sunxi.yaml > @@ -0,0 +1,69 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/riscv/sunxi.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Allwinner RISC-V SoC-based boards > + > +maintainers: > + - Chen-Yu Tsai <wens@csie.org> > + - Jernej Skrabec <jernej.skrabec@gmail.com> > + - Samuel Holland <samuel@sholland.org> > + > +description: > + Allwinner RISC-V SoC-based boards > + > +properties: > + $nodename: > + const: '/' > + compatible: > + oneOf: > + - description: Dongshan Nezha STU SoM > + items: > + - const: 100ask,dongshan-nezha-stu > + - const: allwinner,sun20i-d1 > + > + - description: D1 Nezha board > + items: > + - const: allwinner,d1-nezha > + - const: allwinner,sun20i-d1 > + > + - description: ClockworkPi R-01 SoM and v3.14 board > + items: > + - const: clockwork,r-01-clockworkpi-v3.14 > + - const: allwinner,sun20i-d1 > + > + - description: ClockworkPi R-01 SoM, v3.14 board, and DevTerm expansion > + items: > + - const: clockwork,r-01-devterm-v3.14 > + - const: clockwork,r-01-clockworkpi-v3.14 > + - const: allwinner,sun20i-d1 > + > + - description: Lichee RV SoM > + items: > + - const: sipeed,lichee-rv > + - const: allwinner,sun20i-d1 > + > + - description: Carrier boards for the Lichee RV SoM > + items: > + - enum: > + - sipeed,lichee-rv-86-panel-480p > + - sipeed,lichee-rv-86-panel-720p > + - sipeed,lichee-rv-dock > + - const: sipeed,lichee-rv > + - const: allwinner,sun20i-d1 > + > + - description: MangoPi MQ board > + items: > + - const: widora,mangopi-mq > + - const: allwinner,sun20i-d1s > + > + - description: MangoPi MQ Pro board > + items: > + - const: widora,mangopi-mq-pro > + - const: allwinner,sun20i-d1 > + > +additionalProperties: true > + > +... > -- > 2.37.4 >
Reviewed-by: Guo Ren <guoren@kernel.org> On Sat, Nov 26, 2022 at 7:47 AM Samuel Holland <samuel@sholland.org> wrote: > > The 100ask Dongshan Nezha STU is a system-on-module that can be used > standalone or with a carrier board. The SoM provides gigabit Ethernet, > HDMI, a USB peripheral port, and WiFi/Bluetooth via an RTL8723DS chip. > > The "DIY" carrier board exposes almost every pin from the D1 SoC to 0.1" > headers, but contains no digital circuitry, so it does not have its own > devicetree. > > Signed-off-by: Samuel Holland <samuel@sholland.org> > --- > > (no changes since v1) > > arch/riscv/boot/dts/allwinner/Makefile | 1 + > .../sun20i-d1-dongshan-nezha-stu.dts | 118 ++++++++++++++++++ > 2 files changed, 119 insertions(+) > create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1-dongshan-nezha-stu.dts > > diff --git a/arch/riscv/boot/dts/allwinner/Makefile b/arch/riscv/boot/dts/allwinner/Makefile > index 2ed586fafaea..87f70b1af6b4 100644 > --- a/arch/riscv/boot/dts/allwinner/Makefile > +++ b/arch/riscv/boot/dts/allwinner/Makefile > @@ -1,4 +1,5 @@ > # SPDX-License-Identifier: GPL-2.0 > +dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-dongshan-nezha-stu.dtb > dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-lichee-rv-86-panel-480p.dtb > dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-lichee-rv-86-panel-720p.dtb > dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-lichee-rv-dock.dtb > diff --git a/arch/riscv/boot/dts/allwinner/sun20i-d1-dongshan-nezha-stu.dts b/arch/riscv/boot/dts/allwinner/sun20i-d1-dongshan-nezha-stu.dts > new file mode 100644 > index 000000000000..c549a1c5fbf0 > --- /dev/null > +++ b/arch/riscv/boot/dts/allwinner/sun20i-d1-dongshan-nezha-stu.dts > @@ -0,0 +1,118 @@ > +// SPDX-License-Identifier: (GPL-2.0+ or MIT) > +// Copyright (C) 2022 Samuel Holland <samuel@sholland.org> > + > +#include <dt-bindings/gpio/gpio.h> > +#include <dt-bindings/leds/common.h> > + > +/dts-v1/; > + > +#include "sun20i-d1.dtsi" > +#include "sun20i-common-regulators.dtsi" > + > +/ { > + model = "Dongshan Nezha STU"; > + compatible = "100ask,dongshan-nezha-stu", "allwinner,sun20i-d1"; > + > + aliases { > + ethernet0 = &emac; > + mmc0 = &mmc0; > + serial0 = &uart0; > + }; > + > + chosen { > + stdout-path = "serial0:115200n8"; > + }; > + > + leds { > + compatible = "gpio-leds"; > + > + led-0 { > + color = <LED_COLOR_ID_GREEN>; > + function = LED_FUNCTION_STATUS; > + gpios = <&pio 2 1 GPIO_ACTIVE_HIGH>; /* PC1 */ > + }; > + }; > + > + reg_usbvbus: usbvbus { > + compatible = "regulator-fixed"; > + regulator-name = "usbvbus"; > + regulator-min-microvolt = <5000000>; > + regulator-max-microvolt = <5000000>; > + gpio = <&pio 3 19 GPIO_ACTIVE_HIGH>; /* PD19 */ > + enable-active-high; > + vin-supply = <®_vcc>; > + }; > + > + /* > + * This regulator is PWM-controlled, but the PWM controller is not > + * yet supported, so fix the regulator to its default voltage. > + */ > + reg_vdd_cpu: vdd-cpu { > + compatible = "regulator-fixed"; > + regulator-name = "vdd-cpu"; > + regulator-min-microvolt = <1100000>; > + regulator-max-microvolt = <1100000>; > + vin-supply = <®_vcc>; > + }; > +}; > + > +&cpu0 { > + cpu-supply = <®_vdd_cpu>; > +}; > + > +&dcxo { > + clock-frequency = <24000000>; > +}; > + > +&ehci0 { > + status = "okay"; > +}; > + > +&emac { > + pinctrl-0 = <&rgmii_pe_pins>; > + pinctrl-names = "default"; > + phy-handle = <&ext_rgmii_phy>; > + phy-mode = "rgmii-id"; > + phy-supply = <®_vcc_3v3>; > + status = "okay"; > +}; > + > +&mdio { > + ext_rgmii_phy: ethernet-phy@1 { > + compatible = "ethernet-phy-ieee802.3-c22"; > + reg = <1>; > + }; > +}; > + > +&mmc0 { > + broken-cd; > + bus-width = <4>; > + disable-wp; > + vmmc-supply = <®_vcc_3v3>; > + vqmmc-supply = <®_vcc_3v3>; > + pinctrl-0 = <&mmc0_pins>; > + pinctrl-names = "default"; > + status = "okay"; > +}; > + > +&ohci0 { > + status = "okay"; > +}; > + > +&uart0 { > + pinctrl-0 = <&uart0_pb8_pins>; > + pinctrl-names = "default"; > + status = "okay"; > +}; > + > +&usb_otg { > + dr_mode = "otg"; > + status = "okay"; > +}; > + > +&usbphy { > + usb0_id_det-gpios = <&pio 3 21 GPIO_ACTIVE_HIGH>; /* PD21 */ > + usb0_vbus_det-gpios = <&pio 3 20 GPIO_ACTIVE_HIGH>; /* PD20 */ > + usb0_vbus-supply = <®_usbvbus>; > + status = "okay"; > +}; > -- > 2.37.4 >
On Fri, Nov 25, 2022 at 05:46:47PM -0600, Samuel Holland wrote: > Several SoMs and boards are available that feature the Allwinner D1 or > D1s SoC. Document their compatible strings. > > Acked-by: Rob Herring <robh@kernel.org> > Signed-off-by: Samuel Holland <samuel@sholland.org> > --- > > Changes in v2: > - Add MangoPi MQ (non-Pro) board > > .../devicetree/bindings/riscv/sunxi.yaml | 69 +++++++++++++++++++ > 1 file changed, 69 insertions(+) > create mode 100644 Documentation/devicetree/bindings/riscv/sunxi.yaml > > diff --git a/Documentation/devicetree/bindings/riscv/sunxi.yaml b/Documentation/devicetree/bindings/riscv/sunxi.yaml > new file mode 100644 > index 000000000000..9edb5e5992b1 > --- /dev/null > +++ b/Documentation/devicetree/bindings/riscv/sunxi.yaml > @@ -0,0 +1,69 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/riscv/sunxi.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Allwinner RISC-V SoC-based boards > + > +maintainers: > + - Chen-Yu Tsai <wens@csie.org> > + - Jernej Skrabec <jernej.skrabec@gmail.com> > + - Samuel Holland <samuel@sholland.org> > + > +description: > + Allwinner RISC-V SoC-based boards > + > +properties: > + $nodename: > + const: '/' > + compatible: > + oneOf: > + - description: Dongshan Nezha STU SoM > + items: > + - const: 100ask,dongshan-nezha-stu I googled the 100ask crowd & see yet another d1 based board: https://www.cnx-software.com/2022/11/02/dongshanpi-d1s-allwinner-d1s-risc-v-development-board-teach-programming/ It's cool to see the variety :) Reviewed-by: Conor Dooley <conor.dooley@microchip.com> > + - const: allwinner,sun20i-d1 > + > + - description: D1 Nezha board > + items: > + - const: allwinner,d1-nezha > + - const: allwinner,sun20i-d1 > + > + - description: ClockworkPi R-01 SoM and v3.14 board > + items: > + - const: clockwork,r-01-clockworkpi-v3.14 > + - const: allwinner,sun20i-d1 > + > + - description: ClockworkPi R-01 SoM, v3.14 board, and DevTerm expansion > + items: > + - const: clockwork,r-01-devterm-v3.14 > + - const: clockwork,r-01-clockworkpi-v3.14 > + - const: allwinner,sun20i-d1 > + > + - description: Lichee RV SoM > + items: > + - const: sipeed,lichee-rv > + - const: allwinner,sun20i-d1 > + > + - description: Carrier boards for the Lichee RV SoM > + items: > + - enum: > + - sipeed,lichee-rv-86-panel-480p > + - sipeed,lichee-rv-86-panel-720p > + - sipeed,lichee-rv-dock > + - const: sipeed,lichee-rv > + - const: allwinner,sun20i-d1 > + > + - description: MangoPi MQ board > + items: > + - const: widora,mangopi-mq > + - const: allwinner,sun20i-d1s > + > + - description: MangoPi MQ Pro board > + items: > + - const: widora,mangopi-mq-pro > + - const: allwinner,sun20i-d1 > + > +additionalProperties: true > + > +... > -- > 2.37.4 >
On Fri, Nov 25, 2022 at 05:46:55PM -0600, Samuel Holland wrote: > Allwinner manufactures the sunxi family of application processors. This > includes the "sun8i" series of ARMv7 SoCs, the "sun50i" series of ARMv8 > SoCs, and now the "sun20i" series of 64-bit RISC-V SoCs. > > The first SoC in the sun20i series is D1, containing a single T-HEAD > C906 core. D1s is a low-pin-count variant of D1 with co-packaged DRAM. > > Most peripherals are shared across the entire chip family. In fact, the > ARMv7 T113 SoC is pin-compatible and almost entirely register-compatible > with the D1s. > > This means many existing device drivers can be reused. To facilitate > this reuse, name the symbol ARCH_SUNXI, since that is what the existing > drivers have as their dependency. > > Reviewed-by: Heiko Stuebner <heiko@sntech.de> > Tested-by: Heiko Stuebner <heiko@sntech.de> > Signed-off-by: Samuel Holland <samuel@sholland.org> > --- > > Changes in v2: > - Sort Kconfig as if we had done s/SOC_/ARCH_/ for future-proofing > > arch/riscv/Kconfig.socs | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs > index 69774bb362d6..4c1dc2ca11f9 100644 > --- a/arch/riscv/Kconfig.socs > +++ b/arch/riscv/Kconfig.socs > @@ -26,6 +26,15 @@ config SOC_STARFIVE > help > This enables support for StarFive SoC platform hardware. > > +config ARCH_SUNXI > + bool "Allwinner sun20i SoCs" > + select ERRATA_THEAD if MMU && !XIP_KERNEL Does this need to have the if MMU? I thought it only needed the !XIP_KERNEL since the PMU errata does not depend on MMU. Or have a missed some patch elsewhere that'll change that? > + select SIFIVE_PLIC This is v6.3 material right? One of the things that should be going for v6.3 is all of these select SIFIVE_PLICs. Palmer suggested putting up an immutable branch for any of that cleanup that intersects with new platforms, so I'll probably send one out at some stage. Thanks, Conor. > + select SUN4I_TIMER > + help > + This enables support for Allwinner sun20i platform hardware, > + including boards based on the D1 and D1s SoCs. > + > config SOC_VIRT > bool "QEMU Virt Machine" > select CLINT_TIMER if RISCV_M_MODE > -- > 2.37.4 >
On Fri, 25 Nov 2022 15:46:44 PST (-0800), samuel@sholland.org wrote: > This series adds the Kconfig/defconfig plumbing and devicetrees for a > range of Allwinner D1 and D1s-based boards. Many features are already > enabled, including USB, Ethernet, and WiFi. > > The devicetrees use bindings from the following series which have not > yet been merged: > - In-package LDO regulators: > https://lore.kernel.org/lkml/20221125040112.18160-1-samuel@sholland.org/ > - Ethernet MAC binding fixes (not a new issue with D1): > https://lore.kernel.org/lkml/20221125202008.64595-1-samuel@sholland.org/ > - RTL8723DS Bluetooth (has driver support, missing documentation): > https://lore.kernel.org/lkml/20221125040956.18648-1-samuel@sholland.org/ > - TI ADC101C ADC (has driver support, missing documentation): > https://lore.kernel.org/lkml/20221125220903.8632-1-samuel@sholland.org/ > > The only remaining DT validation issue is that gpio-fan is missing a > YAML conversion, although one is on the list here: > https://lore.kernel.org/lkml/20220126200350.3633576-1-clabbe@baylibre.com/ > > $ make ARCH=riscv CROSS_COMPILE=riscv64-linux-musl- dtbs_check > SYNC include/config/auto.conf.cmd > LINT Documentation/devicetree/bindings > CHKDT Documentation/devicetree/bindings/processed-schema.json > SCHEMA Documentation/devicetree/bindings/processed-schema.json > DTC_CHK arch/riscv/boot/dts/allwinner/sun20i-d1-clockworkpi-v3.14.dtb > DTC_CHK arch/riscv/boot/dts/allwinner/sun20i-d1-devterm-v3.14.dtb > DTC_CHK arch/riscv/boot/dts/allwinner/sun20i-d1-dongshan-nezha-stu.dtb > DTC_CHK arch/riscv/boot/dts/allwinner/sun20i-d1-lichee-rv-86-panel-480p.dtb > DTC_CHK arch/riscv/boot/dts/allwinner/sun20i-d1-lichee-rv-86-panel-720p.dtb > DTC_CHK arch/riscv/boot/dts/allwinner/sun20i-d1-lichee-rv-dock.dtb > DTC_CHK arch/riscv/boot/dts/allwinner/sun20i-d1-lichee-rv.dtb > DTC_CHK arch/riscv/boot/dts/allwinner/sun20i-d1-mangopi-mq-pro.dtb > DTC_CHK arch/riscv/boot/dts/allwinner/sun20i-d1-nezha.dtb > DTC_CHK arch/riscv/boot/dts/allwinner/sun20i-d1s-mangopi-mq.dtb > arch/riscv/boot/dts/allwinner/sun20i-d1-devterm-v3.14.dtb:0:0: /fan: failed to match any schema with compatible: ['gpio-fan'] > > I tested this series (DMIC, Ethernet, LEDs, MMC, PMIC, touch, and USB, > all where available) on the following boards: > - sun20i-d1-devterm-v3.14 > - sun20i-d1-dongshan-nezha-stu > - sun20i-d1-lichee-rv-86-panel-480p > - sun20i-d1-mangopi-mq-pro > - sun20i-d1-nezha > - sun20i-d1s-mangopi-mq > > Changes in v2: > - Add MangoPi MQ (non-Pro) board > - Split into separate files for sharing with D1s/R528/T113 > - Use SOC_PERIPHERAL_IRQ macro for interrupts > - Rename osc24M to dcxo and move the frequency to the board DTs > - Drop analog LDOs due to the missing binding > - Correct tcon_top DSI clock reference > - Add DMIC, DSI controller, and DPHY (bindings are in linux-next) > - Add CPU OPP table > - Common regulators moved to MangoPi MQ patch, removed analog LDOs > - Removed LRADC (depends on analog LDOs) > - Added XR829 host-wake interrupt > - Added DMIC sound card to Lichee RV dock and Lichee RV 86 Panel > - Removed LRADC (depends on analog LDOs) > - Added LED (GPIO shared between onboard LED and backlight regulator) > - Added PMIC GPIO controller node (binding merged for 6.2) > - Sort Kconfig as if we had done s/SOC_/ARCH_/ for future-proofing > > Samuel Holland (12): > MAINTAINERS: Match the sun20i family of Allwinner SoCs > dt-bindings: vendor-prefixes: Add Allwinner D1/D1s board vendors > dt-bindings: riscv: Add Allwinner D1/D1s board compatibles > riscv: dts: allwinner: Add the D1/D1s SoC devicetree > riscv: dts: allwinner: Add MangoPi MQ devicetree > riscv: dts: allwinner: Add Allwinner D1 Nezha devicetree > riscv: dts: allwinner: Add Sipeed Lichee RV devicetrees > riscv: dts: allwinner: Add MangoPi MQ Pro devicetree > riscv: dts: allwinner: Add Dongshan Nezha STU devicetree > riscv: dts: allwinner: Add ClockworkPi and DevTerm devicetrees > riscv: Add the Allwinner SoC family Kconfig option > riscv: defconfig: Enable the Allwinner D1 platform and drivers > > .../devicetree/bindings/riscv/sunxi.yaml | 69 ++ > .../devicetree/bindings/vendor-prefixes.yaml | 4 + > MAINTAINERS | 2 +- > arch/riscv/Kconfig.socs | 9 + > arch/riscv/boot/dts/Makefile | 1 + > arch/riscv/boot/dts/allwinner/Makefile | 11 + > .../allwinner/sun20i-common-regulators.dtsi | 35 + > .../allwinner/sun20i-d1-clockworkpi-v3.14.dts | 253 ++++++ > .../dts/allwinner/sun20i-d1-devterm-v3.14.dts | 36 + > .../sun20i-d1-dongshan-nezha-stu.dts | 118 +++ > .../sun20i-d1-lichee-rv-86-panel-480p.dts | 29 + > .../sun20i-d1-lichee-rv-86-panel-720p.dts | 10 + > .../sun20i-d1-lichee-rv-86-panel.dtsi | 118 +++ > .../allwinner/sun20i-d1-lichee-rv-dock.dts | 96 ++ > .../dts/allwinner/sun20i-d1-lichee-rv.dts | 88 ++ > .../allwinner/sun20i-d1-mangopi-mq-pro.dts | 143 +++ > .../boot/dts/allwinner/sun20i-d1-nezha.dts | 167 ++++ > arch/riscv/boot/dts/allwinner/sun20i-d1.dtsi | 66 ++ > .../dts/allwinner/sun20i-d1s-mangopi-mq.dts | 135 +++ > arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi | 76 ++ > .../boot/dts/allwinner/sunxi-d1-t113.dtsi | 15 + > .../boot/dts/allwinner/sunxi-d1s-t113.dtsi | 844 ++++++++++++++++++ > arch/riscv/configs/defconfig | 23 +- > 23 files changed, 2346 insertions(+), 2 deletions(-) > create mode 100644 Documentation/devicetree/bindings/riscv/sunxi.yaml > create mode 100644 arch/riscv/boot/dts/allwinner/Makefile > create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-common-regulators.dtsi > create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1-clockworkpi-v3.14.dts > create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1-devterm-v3.14.dts > create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1-dongshan-nezha-stu.dts > create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1-lichee-rv-86-panel-480p.dts > create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1-lichee-rv-86-panel-720p.dts > create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1-lichee-rv-86-panel.dtsi > create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1-lichee-rv-dock.dts > create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1-lichee-rv.dts > create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1-mangopi-mq-pro.dts > create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1-nezha.dts > create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1.dtsi > create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1s-mangopi-mq.dts > create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi > create mode 100644 arch/riscv/boot/dts/allwinner/sunxi-d1-t113.dtsi > create mode 100644 arch/riscv/boot/dts/allwinner/sunxi-d1s-t113.dtsi Acked-by: Palmer Dabbelt <palmer@rivosinc.com>