From: anoduck <[email protected]> --- .../src/riscv/starfive/jh7110-pine64-pinetabv.dts | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dts/upstream/src/riscv/starfive/jh7110-pine64-pinetabv.dts
diff --git a/dts/upstream/src/riscv/starfive/jh7110-pine64-pinetabv.dts b/dts/upstream/src/riscv/starfive/jh7110-pine64-pinetabv.dts new file mode 100644 index 00000000000..068a7e995b2 --- /dev/null +++ b/dts/upstream/src/riscv/starfive/jh7110-pine64-pinetabv.dts @@ -0,0 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0 OR MIT +/* + * Copyright (C) 2026 T Anoduck <[email protected]> + * Through the Graces of: E Shattow <[email protected]> + */ + +/dts-v1/; +#include "jh7110-common.dtsi" + +/ { + model = "Pine64 PinetabV"; + compatible = "pine64,pinetabv", "starfive,jh7110"; +}; -- 2.53.0

