commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
16 lines
353 B
C
16 lines
353 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2019, Linaro Ltd
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_CLK_TURING_QCS404_H
|
|
#define _DT_BINDINGS_CLK_TURING_QCS404_H
|
|
|
|
#define TURING_Q6SS_Q6_AXIM_CLK 0
|
|
#define TURING_Q6SS_AHBM_AON_CLK 1
|
|
#define TURING_WRAPPER_AON_CLK 2
|
|
#define TURING_Q6SS_AHBS_AON_CLK 3
|
|
#define TURING_WRAPPER_QOS_AHBS_AON_CLK 4
|
|
|
|
#endif
|