2019-03-27 23:52:37 +08:00
|
|
|
title: STM32 WB Flash Controller
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation of the STM32 wb Flash Controller
|
|
|
|
|
|
|
|
inherits:
|
|
|
|
!include flash-controller.yaml
|
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
constraint: "st,stm32wb-flash-controller"
|
|
|
|
|
|
|
|
single-bank:
|
|
|
|
type: boolean
|
|
|
|
description: dual-bank mode not enabled (page erase 4096k)
|
2019-08-28 06:22:01 +08:00
|
|
|
required: false
|
2019-03-27 23:52:37 +08:00
|
|
|
|
|
|
|
dual-bank:
|
|
|
|
type: boolean
|
|
|
|
description: dual-bank mode enabled (page erase 2048k)
|
2019-08-28 06:22:01 +08:00
|
|
|
required: false
|