4 * Copyright (C) 2016 STMicroelectronics
5 * Author: Gabriel Fernandez for STMicroelectronics.
6 * License terms: GNU General Public License (GPL), version 2
10 * List of clocks wich are not derived from system clock (SYSCLOCK)
12 * The index of these clocks is the secondary index of DT bindings
13 * (see Documentatoin/devicetree/bindings/clock/st,stm32-rcc.txt)
16 <assigned-clocks = <&rcc 1 CLK_LSE>;
19 #ifndef _DT_BINDINGS_CLK_STMFX_H
20 #define _DT_BINDINGS_CLK_STMFX_H
34 #define CLK_I2SQ_PDIV 12
35 #define CLK_SAIQ_PDIV 13
37 #define END_PRIMARY_CLK 14
41 #define CLK_HDMI_CEC 16
55 #define CLK_LPTIMER 30
57 #define END_PRIMARY_CLK_F7 31