11.1Sjmcneill/* $NetBSD: fsl,qoriq-clockgen.h,v 1.1.1.1 2021/11/07 16:49:59 jmcneill Exp $ */ 21.1Sjmcneill 31.1Sjmcneill/* SPDX-License-Identifier: GPL-2.0-only */ 41.1Sjmcneill 51.1Sjmcneill#ifndef DT_CLOCK_FSL_QORIQ_CLOCKGEN_H 61.1Sjmcneill#define DT_CLOCK_FSL_QORIQ_CLOCKGEN_H 71.1Sjmcneill 81.1Sjmcneill#define QORIQ_CLK_SYSCLK 0 91.1Sjmcneill#define QORIQ_CLK_CMUX 1 101.1Sjmcneill#define QORIQ_CLK_HWACCEL 2 111.1Sjmcneill#define QORIQ_CLK_FMAN 3 121.1Sjmcneill#define QORIQ_CLK_PLATFORM_PLL 4 131.1Sjmcneill#define QORIQ_CLK_CORECLK 5 141.1Sjmcneill 151.1Sjmcneill#define QORIQ_CLK_PLL_DIV(x) ((x) - 1) 161.1Sjmcneill 171.1Sjmcneill#endif /* DT_CLOCK_FSL_QORIQ_CLOCKGEN_H */ 18