nxp: imx8ulp: enable clock control

Enable clock control for i.MX8ULP. This consists of:
	1) Adding a PCC node in the DTS
	2) Adding a header file containing the definitions
	of the clocks used by the peripherals to be enabled.

Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
This commit is contained in:
Laurentiu Mihalcea 2024-03-20 16:53:42 +02:00 committed by Fabio Baltieri
commit 02f18bc5f5
3 changed files with 27 additions and 0 deletions

View file

@ -5,3 +5,5 @@ CONFIG_BUILD_OUTPUT_BIN=n
CONFIG_DYNAMIC_INTERRUPTS=y
CONFIG_LOG=y
CONFIG_CLOCK_CONTROL=y