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:
Kumar Gala 2018-01-23 12:52:50 -06:00 committed by Kumar Gala
commit 4ddb81f803
8 changed files with 146 additions and 30 deletions

View file

@ -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"
...

View file

@ -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"
...

View file

@ -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"
...

View file

@ -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"
...