2018-12-19 02:24:53 +08:00
|
|
|
title: ARMv8-M Memory Protection Unit
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding describes the ARMv8-M Memory Protection Unit (MPU).
|
|
|
|
|
2019-06-08 00:12:49 +08:00
|
|
|
inherits:
|
|
|
|
!include base.yaml
|
|
|
|
|
2018-12-19 02:24:53 +08:00
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
constraint: "arm,armv8m-mpu"
|
|
|
|
|
|
|
|
reg:
|
|
|
|
category: required
|
|
|
|
|
|
|
|
arm,num-mpu-regions:
|
|
|
|
category: required
|
|
|
|
type: int
|
|
|
|
description: number of MPU regions supported by hardware
|