From: anoduck <[email protected]> --- ...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 <[email protected]> + */ + +/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

