Skip to content

Commit

Permalink
include: Add NXP LPC clock control driver
Browse files Browse the repository at this point in the history
DTS bindings file for NXP LPC clock control driver that
uses the MCUX SDK drivers

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
  • Loading branch information
mmahadevan108 authored and galak committed Oct 15, 2020
1 parent 1921a2d commit b50d0eb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions include/dt-bindings/clock/mcux_lpc_syscon_clock.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*
* Copyright (c) 2020, NXP
*
* SPDX-License-Identifier: Apache-2.0
*/

#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_MCUX_LPC_SYSCON_H_
#define ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_MCUX_LPC_SYSCON_H_

#define MCUX_FLEXCOMM0_CLK 0
#define MCUX_FLEXCOMM1_CLK 1
#define MCUX_FLEXCOMM2_CLK 2
#define MCUX_FLEXCOMM3_CLK 3
#define MCUX_FLEXCOMM4_CLK 4
#define MCUX_FLEXCOMM5_CLK 5
#define MCUX_FLEXCOMM6_CLK 6
#define MCUX_FLEXCOMM7_CLK 7
#define MCUX_HS_SPI_CLK 8

#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_MCUX_LPC_SYSCON_H_ */

0 comments on commit b50d0eb

Please sign in to comment.