1*c66ec88fSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */ 2*c66ec88fSEmmanuel Vadot /* 3*c66ec88fSEmmanuel Vadot * Copyright (c) 2018, The Linux Foundation. All rights reserved. 4*c66ec88fSEmmanuel Vadot */ 5*c66ec88fSEmmanuel Vadot 6*c66ec88fSEmmanuel Vadot #ifndef _DT_BINDINGS_CLK_Q6SSTOP_QCS404_H 7*c66ec88fSEmmanuel Vadot #define _DT_BINDINGS_CLK_Q6SSTOP_QCS404_H 8*c66ec88fSEmmanuel Vadot 9*c66ec88fSEmmanuel Vadot #define LCC_AHBFABRIC_CBC_CLK 0 10*c66ec88fSEmmanuel Vadot #define LCC_Q6SS_AHBS_CBC_CLK 1 11*c66ec88fSEmmanuel Vadot #define LCC_Q6SS_TCM_SLAVE_CBC_CLK 2 12*c66ec88fSEmmanuel Vadot #define LCC_Q6SS_AHBM_CBC_CLK 3 13*c66ec88fSEmmanuel Vadot #define LCC_Q6SS_AXIM_CBC_CLK 4 14*c66ec88fSEmmanuel Vadot #define LCC_Q6SS_BCR_SLEEP_CLK 5 15*c66ec88fSEmmanuel Vadot #define TCSR_Q6SS_LCC_CBCR_CLK 6 16*c66ec88fSEmmanuel Vadot 17*c66ec88fSEmmanuel Vadot #define Q6SSTOP_BCR_RESET 1 18*c66ec88fSEmmanuel Vadot #endif 19