2017-07-20 14:25:25 +08:00
|
|
|
---
|
|
|
|
title: STM32 RCC
|
|
|
|
id: st,stm32-rcc
|
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation of the STM32 Clock control
|
|
|
|
|
|
|
|
properties:
|
2017-11-23 15:48:10 +08:00
|
|
|
compatible:
|
2017-07-20 14:25:25 +08:00
|
|
|
type: string
|
|
|
|
category: required
|
|
|
|
description: compatible strings
|
|
|
|
constraint: "st,stm32-rcc"
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
reg:
|
2017-07-20 14:25:25 +08:00
|
|
|
type: array
|
|
|
|
description: mmio register space
|
|
|
|
generation: define
|
|
|
|
category: required
|
|
|
|
|
|
|
|
cell_string: clocks
|
|
|
|
|
|
|
|
"#cells":
|
|
|
|
- bus
|
|
|
|
- bits
|
|
|
|
|
|
|
|
...
|