Skip to content

Commit ae264ae

Browse files
hal-fengConchuOD
authored andcommitted
riscv: dts: starfive: Add VisionFive 2 Lite eMMC board device tree
VisionFive 2 Lite eMMC board uses a non-removable onboard 64GiB eMMC instead of the MicroSD slot. Acked-by: Emil Renner Berthing <emil.renner.berthing@canonical.com> Tested-by: Matthias Brugger <mbrugger@suse.com> Signed-off-by: Hal Feng <hal.feng@starfivetech.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent 900b32f commit ae264ae

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

arch/riscv/boot/dts/starfive/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ dtb-$(CONFIG_ARCH_STARFIVE) += jh7110-milkv-marscm-emmc.dtb
1414
dtb-$(CONFIG_ARCH_STARFIVE) += jh7110-milkv-marscm-lite.dtb
1515
dtb-$(CONFIG_ARCH_STARFIVE) += jh7110-pine64-star64.dtb
1616
dtb-$(CONFIG_ARCH_STARFIVE) += jh7110-starfive-visionfive-2-lite.dtb
17+
dtb-$(CONFIG_ARCH_STARFIVE) += jh7110-starfive-visionfive-2-lite-emmc.dtb
1718
dtb-$(CONFIG_ARCH_STARFIVE) += jh7110-starfive-visionfive-2-v1.2a.dtb
1819
dtb-$(CONFIG_ARCH_STARFIVE) += jh7110-starfive-visionfive-2-v1.3b.dtb
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
// SPDX-License-Identifier: GPL-2.0 OR MIT
2+
/*
3+
* Copyright (C) 2025 StarFive Technology Co., Ltd.
4+
* Copyright (C) 2025 Hal Feng <hal.feng@starfivetech.com>
5+
*/
6+
7+
/dts-v1/;
8+
#include "jh7110-starfive-visionfive-2-lite.dtsi"
9+
10+
/ {
11+
model = "StarFive VisionFive 2 Lite eMMC";
12+
compatible = "starfive,visionfive-2-lite-emmc", "starfive,jh7110s";
13+
};
14+
15+
&mmc0 {
16+
cap-mmc-highspeed;
17+
cap-mmc-hw-reset;
18+
mmc-ddr-1_8v;
19+
mmc-hs200-1_8v;
20+
vmmc-supply = <&vcc_3v3>;
21+
vqmmc-supply = <&emmc_vdd>;
22+
};

0 commit comments

Comments
 (0)