diff options
author | Emil Renner Berthing <kernel@esmil.dk> | 2021-10-10 19:48:36 +0200 |
---|---|---|
committer | Emil Renner Berthing <kernel@esmil.dk> | 2021-12-16 17:24:23 +0100 |
commit | a43676272a6e0b398781bc5337ca4cc187ba923d (patch) | |
tree | 2a0432b6f2fa4ae090bb252e1ced2a377fe4eca2 /arch/riscv/boot/dts/starfive/Makefile | |
parent | ec85362fb121d0297b9f3bb56816ea6282c34fda (diff) |
RISC-V: Add BeagleV Starlight Beta device tree
Add initial device tree for the BeagleV Starlight Beta board. About 300
of these boards were sent out as part of a now cancelled BeagleBoard.org
project.
I2C timing data is based on the device tree in the vendor u-boot port.
Heartbeat LED added by Geert.
Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
Co-developed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
Diffstat (limited to 'arch/riscv/boot/dts/starfive/Makefile')
-rw-r--r-- | arch/riscv/boot/dts/starfive/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/riscv/boot/dts/starfive/Makefile b/arch/riscv/boot/dts/starfive/Makefile new file mode 100644 index 000000000000..0ea1bc15ab30 --- /dev/null +++ b/arch/riscv/boot/dts/starfive/Makefile @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0 +dtb-$(CONFIG_SOC_STARFIVE) += jh7100-beaglev-starlight.dtb |