mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 07:17:10 +00:00

Import the DT bindings headers that are used by SDM845 from Linux. Taken from kernel tag v6.7 Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
15 lines
391 B
C
15 lines
391 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2018, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_CLK_SDM_LPASS_SDM845_H
|
|
#define _DT_BINDINGS_CLK_SDM_LPASS_SDM845_H
|
|
|
|
#define LPASS_Q6SS_AHBM_AON_CLK 0
|
|
#define LPASS_Q6SS_AHBS_AON_CLK 1
|
|
#define LPASS_QDSP6SS_XO_CLK 2
|
|
#define LPASS_QDSP6SS_SLEEP_CLK 3
|
|
#define LPASS_QDSP6SS_CORE_CLK 4
|
|
|
|
#endif
|