ste-db8500-clkout.h revision 1.1.1.1
1/* $NetBSD: ste-db8500-clkout.h,v 1.1.1.1 2026/01/18 05:21:41 skrll Exp $ */ 2 3/* SPDX-License-Identifier: GPL-2.0 */ 4#ifndef __STE_CLK_DB8500_CLKOUT_H__ 5#define __STE_CLK_DB8500_CLKOUT_H__ 6 7#define DB8500_CLKOUT_1 0 8#define DB8500_CLKOUT_2 1 9 10#define DB8500_CLKOUT_SRC_CLK38M 0 11#define DB8500_CLKOUT_SRC_ACLK 1 12#define DB8500_CLKOUT_SRC_SYSCLK 2 13#define DB8500_CLKOUT_SRC_LCDCLK 3 14#define DB8500_CLKOUT_SRC_SDMMCCLK 4 15#define DB8500_CLKOUT_SRC_TVCLK 5 16#define DB8500_CLKOUT_SRC_TIMCLK 6 17#define DB8500_CLKOUT_SRC_CLK009 7 18 19#endif 20