diff options
author | Henry Bell <dmoo_dv@protonmail.com> | 2024-05-23 21:55:37 +0000 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2024-07-24 22:02:39 +0200 |
commit | 827e25e63130c2b4c5b88cb2d8eea429f58a27db (patch) | |
tree | 1a86fc23bcade7941b579fa58d17f232e60c468c | |
parent | 0129910096573d08ecb139b20e2940682f248186 (diff) |
dt-bindings: riscv: starfive: add Star64 board compatible
Add pine64,star64 to JH7110 compatibility. The Pine64 Star64 is a
development board based on the Starfive JH7110 SoC. The board features:
- JH7110 SoC
- 4/8 GiB LPDDR4 DRAM
- AXP15060 PMIC
- 40 pin GPIO header
- 1x USB 3.0 host port
- 3x USB 2.0 host port
- 1x eMMC slot
- 1x MicroSD slot
- 1x QSPI Flash
- 2x 1Gbps Ethernet port
- 1x HDMI port
- 1x 4-lane DSI
- 1x 2-lane CSI
- 1x PCIe 2.0 x1 lane
Signed-off-by: Henry Bell <dmoo_dv@protonmail.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
(cherry picked from commit c249e17c37d3a767cb9aa57fe1e429e155fd4171)
-rw-r--r-- | Documentation/devicetree/bindings/riscv/starfive.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/riscv/starfive.yaml b/Documentation/devicetree/bindings/riscv/starfive.yaml index b672f8521949..4d5c857b3cac 100644 --- a/Documentation/devicetree/bindings/riscv/starfive.yaml +++ b/Documentation/devicetree/bindings/riscv/starfive.yaml @@ -27,6 +27,7 @@ properties: - items: - enum: - milkv,mars + - pine64,star64 - starfive,visionfive-2-v1.2a - starfive,visionfive-2-v1.3b - const: starfive,jh7110 |