]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/include/asm/arch-stm32f7/stm32_periph.h
clk: clk_stm32f: Remove STMMAC clock setup
[people/ms/u-boot.git] / arch / arm / include / asm / arch-stm32f7 / stm32_periph.h
CommitLineData
e66c49fa 1/*
3bc599c9
PC
2 * Copyright (C) 2016, STMicroelectronics - All Rights Reserved
3 * Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics.
e66c49fa
VM
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8#ifndef __ASM_ARM_ARCH_PERIPH_H
9#define __ASM_ARM_ARCH_PERIPH_H
10
11/*
12 * Peripherals required for pinmux configuration. List will
13 * grow with support for more devices getting added.
14 * Numbering based on interrupt table.
15 *
16 */
17enum periph_id {
d4363baa
MK
18 PERIPH_ID_USART1 = 37,
19
20 PERIPH_ID_QUADSPI = 92,
e66c49fa
VM
21};
22
23enum periph_clock {
081de09d
MK
24 SYSCFG_CLOCK_CFG,
25 TIMER2_CLOCK_CFG,
e66c49fa
VM
26};
27
28#endif /* __ASM_ARM_ARCH_PERIPH_H */