Page MenuHomeFreeBSD

riscv: support Allwinner D1 clock controllers
AbandonedPublic

Authored by mhorne on May 16 2022, 2:17 PM.
Tags
None
Referenced Files
F164778671: D35221.id106065.diff
Mon, Aug 3, 11:28 PM
Unknown Object (File)
Mon, Aug 3, 12:17 PM
Unknown Object (File)
Mon, Aug 3, 4:07 AM
Unknown Object (File)
Mon, Aug 3, 3:26 AM
Unknown Object (File)
Sun, Aug 2, 6:07 AM
Unknown Object (File)
Tue, Jul 28, 9:04 AM
Unknown Object (File)
Fri, Jul 24, 10:52 PM
Unknown Object (File)
Fri, Jul 24, 7:28 AM

Details

Reviewers
manu
julien.cassette_gmail.com
andrew
Group Reviewers
riscv
Summary

The CCU controls reset and clocks of most peripherals, so this adds
the definitions needed by the aw_ccung driver to support the D1.

The RTC clock outputs (iosc and osc32k) are needed by the CCU so this
also adds the D1 compatible data to aw_rtc.

Signed-off-by: Julien Cassette <julien.cassette@gmail.com>

Test Plan

The drivers output consistent clock configuration: see https://pastebin.com/9mpYiFqS

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45590
Build 42478: arc lint + arc unit

Event Timeline

mhorne edited reviewers, added: julien.cassette_gmail.com; removed: mhorne.

Updated and split into separate reviews: D47514, D47515.