[PATCH 1/2] feat(created-dts-for-pinetab-v): Created template for pinetab-v
anoduck at protonmail.com
anoduck at protonmail.com
Fri Jun 12 02:33:49 CEST 2026
From: anoduck <9925396+anoduck at users.noreply.github.com>
---
...jh7110-starfive-visionfive-2-pinetab-v.dts | 23 +++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 dts/upstream/src/riscv/starfive/jh7110-starfive-visionfive-2-pinetab-v.dts
diff --git a/dts/upstream/src/riscv/starfive/jh7110-starfive-visionfive-2-pinetab-v.dts b/dts/upstream/src/riscv/starfive/jh7110-starfive-visionfive-2-pinetab-v.dts
new file mode 100644
index 00000000000..d7ef053a83a
--- /dev/null
+++ b/dts/upstream/src/riscv/starfive/jh7110-starfive-visionfive-2-pinetab-v.dts
@@ -0,0 +1,23 @@
+// SPDX-License-Identifier: GPL-2.0 OR MIT
+/*
+ * Copyright (C) 2026 T Anoduck <anoduck at protonmail.com>
+ */
+
+/dts-v1/;
+#include "jh7110-starfive-visionfive-2.dtsi"
+
+/ {
+ model = "Pine64 Pinetab-V";
+ compatible = "pine64,pinetab-v", "starfive,jh7110";
+};
+
+// &sd-vcc {
+// compatible = "regulator-fixed";
+// regulator-name = "sd_vcc";
+// regulator-min-microvolt = <3300000>;
+// regulator-max-microvolt = <3300000>;
+// gpio = <&sysgpio 35 GPIO_ACTIVE_LOW>;
+// enable-active-low;
+// regulator-boot-on;
+// regulator-always-on;
+// };
--
2.53.0
More information about the U-Boot
mailing list