]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for the UART device found in lowRISC system-on-a-chip.
authorRuslan Bukin <br@FreeBSD.org>
Fri, 12 Oct 2018 15:19:41 +0000 (15:19 +0000)
committerRuslan Bukin <br@FreeBSD.org>
Fri, 12 Oct 2018 15:19:41 +0000 (15:19 +0000)
commit053ec0508ead63baab9c04a44044fb7f14dfc6ed
tree20bb2328e6d782fb7401a1a0a555711e1bd2eb96
parent770ce5c3bfeca01266c59598cd7f9ea0df263eb7
Add support for the UART device found in lowRISC system-on-a-chip.

The only source of documentation for this device is verilog,
so driver is minimalistic.

Reviewed by: Dr Jonathan Kimmitt <jrrk2@cam.ac.uk>
Approved by: re (kib)
Sponsored by: DARPA, AFRL
sys/conf/files.riscv
sys/dev/uart/uart_dev_lowrisc.c [new file with mode: 0644]
sys/dev/uart/uart_dev_lowrisc.h [new file with mode: 0644]
sys/riscv/conf/GENERIC