soc: microchip: sam: add code for sama7g5 clocks
Add code for sama7g5 Generic Clock, Main Clock, Main System Bus Clock, Peripheral Clock, Programmable Clock and PLL Clock. Signed-off-by: Tony Han <tony.han@microchip.com>
This commit is contained in:
parent
a10b87b2b4
commit
21da37b400
13 changed files with 3513 additions and 0 deletions
17
soc/microchip/sam/common/CMakeLists.txt
Normal file
17
soc/microchip/sam/common/CMakeLists.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
zephyr_include_directories(.)
|
||||
|
||||
zephyr_sources(clk-generated.c)
|
||||
zephyr_sources(clk-main.c)
|
||||
zephyr_sources(clk-master.c)
|
||||
zephyr_sources(clk-peripheral.c)
|
||||
zephyr_sources(clk-programmable.c)
|
||||
zephyr_sources(clk-sam9x60-pll.c)
|
||||
zephyr_sources(clk-system.c)
|
||||
zephyr_sources(clk-utmi.c)
|
||||
zephyr_sources(pmc.c)
|
||||
zephyr_sources_ifdef(CONFIG_SOC_SERIES_SAMA7G5 sama7g5.c)
|
Loading…
Add table
Add a link
Reference in a new issue