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/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/Makefile')
-rw-r--r-- | arch/riscv/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/boot/dts/Makefile b/arch/riscv/boot/dts/Makefile index fe996b88319e..ff174996cdfd 100644 --- a/arch/riscv/boot/dts/Makefile +++ b/arch/riscv/boot/dts/Makefile @@ -1,5 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 subdir-y += sifive +subdir-y += starfive subdir-$(CONFIG_SOC_CANAAN_K210_DTB_BUILTIN) += canaan subdir-y += microchip |