]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit3129216b534b44c26c5cfb5647db378e7a213b65
treefe4bdc1ea9b7e03332cbddafc32edf553b633beb
parent017e9421aecaaffabab25b70eb1f1b580dc8b07b
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]