1 /* 2 * Copyright 2024 NXP 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #ifndef _INCLUDE_ZEPHYR_DT_BINDINGS_CLOCK_IMX8ULP_CLOCK_H_ 8 #define _INCLUDE_ZEPHYR_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 #define IMX8ULP_CLOCK_LPUART7 0 17 18 #endif /* _INCLUDE_ZEPHYR_DT_BINDINGS_CLOCK_IMX8ULP_CLOCK_H_ */ 19