Skip to content

Commit 56a41a1

Browse files
TekkamanVesmil
authored andcommitted
riscv: dts: Add JH7100 and BeagleV Starlight support
Based on the device tree in https://github.com/starfive-tech/u-boot/ with contributions from: yanhong.wang <[email protected]> Huan.Feng <[email protected]> ke.zhu <[email protected]> yiming.li <[email protected]> jack.zhu <[email protected]> Samin Guo <[email protected]> Chenjieqin <[email protected]> bo.li <[email protected]> Rearranged, cleanups, fixes and TPS65086 added by Emil. Cleanups, fixes and LED added by Geert. Cleanups and GPIO fixes from Drew. Thermal zone added by Stephen. Signed-off-by: Emil Renner Berthing <[email protected]> Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Stephen L Arnold <[email protected]> Signed-off-by: Drew Fustini <[email protected]>
1 parent 66a1c63 commit 56a41a1

File tree

4 files changed

+1041
-1
lines changed

4 files changed

+1041
-1
lines changed

arch/riscv/boot/dts/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: GPL-2.0
2-
subdir-y += sifive
2+
subdir-y += sifive starfive
33
subdir-$(CONFIG_SOC_CANAAN_K210_DTB_BUILTIN) += canaan
44
subdir-y += microchip
55

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SPDX-License-Identifier: GPL-2.0
2+
dtb-$(CONFIG_SOC_STARFIVE_VIC7100) += jh7100-beaglev-starlight.dtb

0 commit comments

Comments
 (0)