22 lines
500 B
YAML
22 lines
500 B
YAML
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)
|
|
category: optional
|
|
|
|
dual-bank:
|
|
type: boolean
|
|
description: dual-bank mode enabled (page erase 2048k)
|
|
category: optional
|