xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,mss-sc7180.h (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0-only */
2*c66ec88fSEmmanuel Vadot /*
3*c66ec88fSEmmanuel Vadot  * Copyright (c) 2020, The Linux Foundation. All rights reserved.
4*c66ec88fSEmmanuel Vadot  */
5*c66ec88fSEmmanuel Vadot 
6*c66ec88fSEmmanuel Vadot #ifndef _DT_BINDINGS_CLK_QCOM_MSS_SC7180_H
7*c66ec88fSEmmanuel Vadot #define _DT_BINDINGS_CLK_QCOM_MSS_SC7180_H
8*c66ec88fSEmmanuel Vadot 
9*c66ec88fSEmmanuel Vadot #define MSS_AXI_CRYPTO_CLK	0
10*c66ec88fSEmmanuel Vadot #define MSS_AXI_NAV_CLK		1
11*c66ec88fSEmmanuel Vadot 
12*c66ec88fSEmmanuel Vadot #endif
13