clock_control: Add support for lpspi clock in mcux ccm driver
Adds support for getting the lpspi clock frequency in the mcux ccm driver. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
8c8de70f6e
commit
83a6781507
2 changed files with 18 additions and 0 deletions
|
@ -12,5 +12,6 @@
|
|||
#define IMX_CCM_BUS_CLK 2
|
||||
#define IMX_CCM_LPUART_CLK 3
|
||||
#define IMX_CCM_LPI2C_CLK 4
|
||||
#define IMX_CCM_LPSPI_CLK 5
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_IMX_CCM_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue