diff options
author | Damien Le Moal <damien.lemoal@wdc.com> | 2020-03-16 09:47:41 +0900 |
---|---|---|
committer | Palmer Dabbelt <palmerdabbelt@google.com> | 2020-04-03 10:50:15 -0700 |
commit | 5ba568f57f0ae4826beb6aaeecb12e68219b8a0b (patch) | |
tree | 75a83dcbc8a697d89eb47e15861a7088c582fa72 /arch/riscv/boot/dts/Makefile | |
parent | 8759a42bf1d04232835ed9287860fe6c124f3aac (diff) | |
download | linux-5ba568f57f0ae4826beb6aaeecb12e68219b8a0b.tar.bz2 |
riscv: Add Kendryte K210 device tree
Add a generic device tree for Kendryte K210 SoC based boards. This is
for now a very simple device tree describing the core elements of the
SoC. This is suitable (and tested) for the Kendryte KD233 development
board, the Sipeed MAIX M1 Dan Dock board and the Sipeed MAIXDUINO board.
Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Reviewed-by: Sean Anderson <seanga2@gmail.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
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 dcc3ada78455..557f0b519c8e 100644 --- a/arch/riscv/boot/dts/Makefile +++ b/arch/riscv/boot/dts/Makefile @@ -1,2 +1,3 @@ # SPDX-License-Identifier: GPL-2.0 subdir-y += sifive +subdir-y += kendryte |