Add support for sun8i-h3, the Allwinner H3. For this SoC, the device tree
authorkettenis <kettenis@openbsd.org>
Sat, 27 Aug 2016 11:39:59 +0000 (11:39 +0000)
committerkettenis <kettenis@openbsd.org>
Sat, 27 Aug 2016 11:39:59 +0000 (11:39 +0000)
commitccbe69b5b7b0ea756a0548fe43f3913adf765d69
treee313469f26eb891e8832467803e4c7a68bf8758a
parentb607ef5af6e8cb4789f3820224e0c20a3727d708
Add support for sun8i-h3, the Allwinner H3.  For this SoC, the device tree
contains a single clock control unit node that handles most clocks.  The
driver handles this through tables that describe the gating, reset signals
and the clock hierarchy.  This description is (deliberately) incomplete.  We
will add clocks on an as-needed basis.  You will need a recent device tree,
that includes a "allwinner,sun8i-h3-ccu" compatible node for things to work.

ok patrick@
sys/arch/armv7/sunxi/sunxi.c
sys/arch/armv7/sunxi/sxiccmu.c
sys/arch/armv7/sunxi/sxiccmu_clocks.h [new file with mode: 0644]