Page MenuHomeFreeBSD

riscv: support Allwinner D1 clock controllers
AbandonedPublic

Authored by mhorne on May 16 2022, 2:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 4, 8:39 AM
Unknown Object (File)
Oct 12 2024, 8:29 PM
Unknown Object (File)
Oct 11 2024, 7:29 AM
Unknown Object (File)
Oct 11 2024, 7:13 AM
Unknown Object (File)
Oct 11 2024, 3:12 AM
Unknown Object (File)
Oct 7 2024, 10:12 AM
Unknown Object (File)
Oct 2 2024, 12:45 PM
Unknown Object (File)
Oct 1 2024, 3:36 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 46111
Build 43000: arc lint + arc unit

Event Timeline

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

Updated and split into separate reviews: D47514, D47515.