Linux debugging

Check our new training course

Linux debugging, tracing, profiling & perf. analysis

Check our new training course
with Creative Commons CC-BY-SA
lecture and lab materials

Bootlin logo

Elixir Cross Referencer

/*
 * Copyright (c) 2017, NXP
 *
 * SPDX-License-Identifier: Apache-2.0
 */

#ifndef __IMX_CCM_H
#define __IMX_CCM_H

#define IMX_CCM_CORESYS_CLK		0
#define IMX_CCM_PLATFORM_CLK		1
#define IMX_CCM_BUS_CLK			2
#define IMX_CCM_LPUART_CLK		3
#define IMX_CCM_LPI2C_CLK		4

#endif /* __IMX_CCM_H */