068589db2d
Add bindings for F0/F3/G0/G4 clocks. Introduce new rcc binding "st,stm32f0-rcc" binding that describes RCC hardware blocks that don't have "apb2-prescaler". This binding also applies to G0. Binding "st,stm32f0-pll-clock" is used for both F0 and F3 series. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
14 lines
301 B
YAML
14 lines
301 B
YAML
# Copyright (c) 2021, Linaro ltd
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
STM32F0 and G0 Reset and Clock controller node.
|
|
For more description confere st,stm32-rcc.yaml
|
|
|
|
compatible: "st,stm32f0-rcc"
|
|
|
|
include:
|
|
- name: st,stm32-rcc.yaml
|
|
property-blocklist:
|
|
- apb2-prescaler
|