dts: bindings: clock: stm32n6 TIMG prescaler
Add DT bindings for configuration of STM32N6 SoCs TIMG clock domain prescaler. Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
This commit is contained in:
parent
adc36f8cda
commit
056d8ea25f
1 changed files with 11 additions and 0 deletions
|
@ -120,6 +120,17 @@ properties:
|
|||
- 64
|
||||
- 128
|
||||
|
||||
timg-prescaler:
|
||||
type: int
|
||||
default: 1
|
||||
description: |
|
||||
TIMG timer group domain prescaler divider, default reset value is 'not divided'.
|
||||
enum:
|
||||
- 1
|
||||
- 2
|
||||
- 4
|
||||
- 8
|
||||
|
||||
|
||||
clock-cells:
|
||||
- bus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue