drivers: clock_control: Add clock driver for Intel SoC FPGA Agilex
Add clock driver for Intel SoC FPGA Agilex. Signed-off-by: Siew Chin Lim <elly.siew.chin.lim@intel.com>
This commit is contained in:
parent
5b6c59397e
commit
0c34373720
5 changed files with 350 additions and 0 deletions
16
include/dt-bindings/clock/intel_socfpga_clock.h
Normal file
16
include/dt-bindings/clock/intel_socfpga_clock.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Copyright (C) 2021, Intel Corporation
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_INTEL_SOCFPGA_CLOCK_H_
|
||||
#define ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_INTEL_SOCFPGA_CLOCK_H_
|
||||
|
||||
#define INTEL_SOCFPGA_CLOCK_MPU 0
|
||||
#define INTEL_SOCFPGA_CLOCK_WDT 1
|
||||
#define INTEL_SOCFPGA_CLOCK_UART 2
|
||||
#define INTEL_SOCFPGA_CLOCK_MMC 3
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_INTEL_SOCFPGA_CLOCK_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue