Bug 228740 - [new driver] [patch] device driver for the micro uart in RPi3
Summary: [new driver] [patch] device driver for the micro uart in RPi3
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: arm (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-arm (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2018-06-04 12:38 UTC by Diane Bruce
Modified: 2020-08-03 10:55 UTC (History)
3 users (show)

See Also:


Attachments
diff to add mu driver (15.87 KB, patch)
2018-06-04 12:38 UTC, Diane Bruce
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diane Bruce freebsd_committer freebsd_triage 2018-06-04 12:38:05 UTC
Created attachment 193990 [details]
diff to add mu driver

Add support for the bcm2835-aux-uart.

BUGS baud rate locked to 115000
CPU clock assumed to be locked to 250 Mhz
Comment 1 Bob Frazier 2018-06-05 23:27:35 UTC
should also work on RPi1 and RPi2 as well since they have similar hardware for bcm2835.  however, RPi1 may not expose the 'aux' serial port pins easily.

recommend adding this to armv6 and armv7 as well
Comment 2 Gordon Bergling freebsd_committer freebsd_triage 2020-08-03 10:55:45 UTC
Already committed in r334997.