zephyr/dts/bindings/flash_controller/st,stm32l4-flash-controller.yaml
Kumar Gala 4ddb81f803 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>
2018-01-25 09:02:52 -06:00

19 lines
386 B
YAML

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