| /* | |
| * Copyright (c) 2017 Linaro Limited | |
| * | |
| * SPDX-License-Identifier: Apache-2.0 | |
| */ | |
| #ifndef __STM32_CLOCK_H | |
| #define __STM32_CLOCK_H | |
| /* clock bus references */ | |
| #define STM32_CLOCK_BUS_AHB1 0 | |
| #define STM32_CLOCK_BUS_AHB2 1 | |
| #define STM32_CLOCK_BUS_APB1 2 | |
| #define STM32_CLOCK_BUS_APB2 3 | |
| #define STM32_CLOCK_BUS_APB1_2 4 | |
| #endif /* __STM32_CLOCK_H */ |