dts: arm: st: Add Flash Controller Nodes for STM32{F0,F3,F4,L4}
Introduce flash controller nodes for STM32 SoCs that are supported in the flash driver. This is a precusor to converting the flash driver on stm32 over to using device tree. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
90a45d2eca
commit
4ddb81f803
8 changed files with 146 additions and 30 deletions
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: STM32 F0 Flash Controller
|
||||
id: st,stm32f0-flash-controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the STM32 F0 Flash Controller
|
||||
|
||||
inherits:
|
||||
!include flash-controller.yaml
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
type: string
|
||||
category: required
|
||||
description: compatible strings
|
||||
constraint: "st,stm32f0-flash-controller"
|
||||
|
||||
...
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: STM32 F3 Flash Controller
|
||||
id: st,stm32f3-flash-controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the STM32 F3 Flash Controller
|
||||
|
||||
inherits:
|
||||
!include flash-controller.yaml
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
type: string
|
||||
category: required
|
||||
description: compatible strings
|
||||
constraint: "st,stm32f3-flash-controller"
|
||||
|
||||
...
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: STM32 F4 Flash Controller
|
||||
id: st,stm32f4-flash-controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the STM32 F4 Flash Controller
|
||||
|
||||
inherits:
|
||||
!include flash-controller.yaml
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
type: string
|
||||
category: required
|
||||
description: compatible strings
|
||||
constraint: "st,stm32f4-flash-controller"
|
||||
|
||||
...
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: STM32 L4 Flash Controller
|
||||
id: st,stm32l4-flash-controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the STM32 L4 Flash Controller
|
||||
|
||||
inherits:
|
||||
!include flash-controller.yaml
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
type: string
|
||||
category: required
|
||||
description: compatible strings
|
||||
constraint: "st,stm32l4-flash-controller"
|
||||
|
||||
...
|
Loading…
Add table
Add a link
Reference in a new issue