Line data Source code
1 0 : /*
2 : * Copyright 2024 NXP
3 : *
4 : * SPDX-License-Identifier: Apache-2.0
5 : */
6 :
7 : #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_IMX8ULP_CLOCK_H_
8 : #define ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_IMX8ULP_CLOCK_H_
9 :
10 : /* IMPORTANT: the indexes used by these macros need to
11 : * match the indexes in the PCC driver LUT at which the
12 : * corresponding clock ID encoding can be found.
13 : */
14 :
15 : /* clocks managed by PCC4 */
16 0 : #define IMX8ULP_CLOCK_LPUART7 0
17 :
18 : #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_IMX8ULP_CLOCK_H_ */
|