xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/clock/rockchip,rk808.h (revision 6cafeaff4f65ec1a16fd3dea38137ce64d39d334)
1 /*	$NetBSD: rockchip,rk808.h,v 1.1.1.2 2017/11/30 19:40:51 jmcneill Exp $	*/
2 
3 /* SPDX-License-Identifier: GPL-2.0 */
4 /*
5  * This header provides constants clk index RK808 pmic clkout
6  */
7 #ifndef _CLK_ROCKCHIP_RK808
8 #define _CLK_ROCKCHIP_RK808
9 
10 /* CLOCKOUT index */
11 #define RK808_CLKOUT0		0
12 #define RK808_CLKOUT1		1
13 
14 #endif
15