Samuel Holland e110ca11b3 clk: bflb: Add BL808 clock/reset descriptions
BL808 contains clocks and resets controlled by registers in several MMIO
regions, mostly because each MMIO region is in a separate power domain.
Add the descriptions for the known clocks and resets.

Signed-off-by: Samuel Holland <samuel@sholland.org>
2023-02-05 14:37:34 -06:00

10 lines
221 B
C

/* SPDX-License-Identifier: (GPL-2.0+ or MIT) */
#ifndef _DT_BINDINGS_CLOCK_BL808_PDS_H_
#define _DT_BINDINGS_CLOCK_BL808_PDS_H_
#define CLK_PDS_PLL 0
#define CLK_RC32M 1
#endif /* _DT_BINDINGS_CLOCK_BL808_PDS_H_ */