summaryrefslogtreecommitdiff
path: root/doc/board/starfive/visionfive2.rst
blob: c92ea16f91bcb91fa2d6ab7c5d46d9f5bd93479d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.. SPDX-License-Identifier: GPL-2.0+

StarFive VisionFive2
====================

The StarFive VisionFive2 development platform is based on JH7110 and capable
of running Linux.

Device-tree selection
---------------------

Depending on the board version U-Boot set variable $fdtfile to either
starfive/jh7110-starfive-visionfive-2-v1.2a.dtb or
starfive/jh7110-starfive-visionfive-2-v1.3b.dtb.

To overrule this selection the variable can be set manually and saved in the
environment

::

    setenv fdtfile my_device-tree.dtb
    env save

or the configuration variable CONFIG_DEFAULT_FDT_FILE can be used to provide
a default value.

.. include:: jh7110_common.rst