riscv: Add device tree for K210 and Sipeed Maix BitM
authorSean Anderson <seanga2@gmail.com>
Wed, 24 Jun 2020 10:41:23 +0000 (06:41 -0400)
committerAndes <uboot@andestech.com>
Wed, 1 Jul 2020 07:01:22 +0000 (15:01 +0800)
commitbba8618c8e7fb9fb181e714bd7ba0b8f255dcac6
treefe4bdc1ea9b7e03332cbddafc32edf553b633beb
parent627718626b05f715da555cc005426ab10f44bb98
riscv: Add device tree for K210 and Sipeed Maix BitM

Where possible, I have tried to find compatible drivers based on the layout
of registers. However, many devices remain untested. All untested devices
have been left disabled, but some tentative properties (such as compatible
strings, and clocks, interrupts, and resets properties) have been added.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
arch/riscv/dts/Makefile
arch/riscv/dts/k210-maix-bit.dts [new file with mode: 0644]
arch/riscv/dts/k210.dtsi [new file with mode: 0644]
include/dt-bindings/reset/k210-sysctl.h [new file with mode: 0644]