b04e0b8fd5
Add driver for NXP LPC18xx/43xx Clock Generation Unit (CGU). The CGU contains several clock generators and output stages that route the clocks either directly to peripherals or to a Clock Control Unit (CCU). Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: Michael Turquette <mturquette@baylibre.com>
2 lines
48 B
Makefile
2 lines
48 B
Makefile
obj-$(CONFIG_ARCH_LPC18XX) += clk-lpc18xx-cgu.o
|