20 lines
386 B
YAML
20 lines
386 B
YAML
---
|
|
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"
|
|
|
|
...
|